Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Mar 18, 2025. It is now read-only.

Commit 1ccdba0

Browse files
committed
linting
1 parent 8c255f6 commit 1ccdba0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/cryptr/cryptr-angular/src/lib/auth.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ export class AuthService implements OnDestroy {
140140
}
141141

142142
authenticationInProgress(): Observable<boolean> {
143-
return this.isLoading$.asObservable()
143+
return this.isLoading$.asObservable();
144144
}
145145

146146
observableAuthenticated(): Observable<boolean> {

0 commit comments

Comments
 (0)