Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 2d6345c

Browse files
authored
Add missing semicolon
1 parent 7929614 commit 2d6345c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/app/core/auth.service.ts

Lines changed: 1 addition & 1 deletion
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)

AltStyle によって変換されたページ (->オリジナル) /