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 7929614 commit 2d6345cCopy full SHA for 2d6345c
src/app/core/auth.service.ts
@@ -75,7 +75,7 @@ export class AuthService {
75
doLogout(){
76
return new Promise((resolve, reject) => {
77
if(firebase.auth().currentUser){
78
- this.afAuth.auth.signOut()
+ this.afAuth.auth.signOut();
79
resolve();
80
}
81
else{
0 commit comments