@@ -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