File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ export class AuthService {
7575
doLogout(){
7676
return new Promise((resolve, reject) => {
7777
if(firebase.auth().currentUser){
78-
this.afAuth.auth.signOut()
78+
this.afAuth.auth.signOut();
7979
resolve();
8080
}
8181
else{

0 commit comments

Comments
 (0)