We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1945ab2 commit 563cd68Copy full SHA for 563cd68
app/_services/authentication.service.ts
@@ -16,6 +16,8 @@ export class AuthenticationService {
16
// store user details and jwt token in local storage to keep user logged in between page refreshes
17
localStorage.setItem('currentUser', JSON.stringify(user));
18
}
19
+
20
+ return user;
21
});
22
23
0 commit comments