Skip to content
Snippets Groups Projects
Commit 05bb5dc7 authored by Kristof De Langhe's avatar Kristof De Langhe
Browse files

58789: Authentication fix

parent d6a60d1a
No related branches found
No related tags found
No related merge requests found
......@@ -131,7 +131,7 @@ export class AuthService {
* @returns {Observable<boolean>}
*/
public isAuthenticated(): Observable<boolean> {
return of(true);
return this.store.pipe(select(isAuthenticated));
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment