Skip to content

Commit 8ca0308

Browse files
committed
fix: logout url
1 parent dd8e1fa commit 8ca0308

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/auth/auth.service.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ import * as interceptor from './auth.interceptor';
88
import { Profile } from './auth.interface';
99

1010
const lock: any = new Auth0Lock('A9xnMR5yCNlOs0HbLB17OeOUZpCYnG4G', 'tomastrajan.eu.auth0.com');
11-
const LOGOUT_URL: string = 'https://tomastrajan.eu.auth0.com/v2/logout?federated';
11+
const LOGOUT_URL: string = 'https://tomastrajan.eu.auth0.com/v2/logout';
12+
1213

1314
export function login() {
1415
return new Promise((resolve: any, reject: any) => {

0 commit comments

Comments
 (0)