We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd8e1fa commit 8ca0308Copy full SHA for 8ca0308
src/auth/auth.service.ts
@@ -8,7 +8,8 @@ import * as interceptor from './auth.interceptor';
8
import { Profile } from './auth.interface';
9
10
const lock: any = new Auth0Lock('A9xnMR5yCNlOs0HbLB17OeOUZpCYnG4G', 'tomastrajan.eu.auth0.com');
11
-const LOGOUT_URL: string = 'https://tomastrajan.eu.auth0.com/v2/logout?federated';
+const LOGOUT_URL: string = 'https://tomastrajan.eu.auth0.com/v2/logout';
12
+
13
14
export function login() {
15
return new Promise((resolve: any, reject: any) => {
0 commit comments