We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3035816 commit 31a6ecfCopy full SHA for 31a6ecf
templates/app/client/components/auth(auth)/auth.service.js
@@ -34,7 +34,6 @@ export class AuthService {
34
35
if(localStorage.getItem('id_token')) {
36
this.UserService.get().toPromise()
37
- .then(extractData)
38
.then((user: User) => {
39
this.currentUser = user;
40
})
0 commit comments