This commit is contained in:
Michael Spalti
2023-04-06 10:01:00 -07:00
committed by Michael W Spalti
parent d8ee1f55f1
commit e336660cdd

View File

@@ -169,8 +169,7 @@ export class BrowserInitService extends InitService {
private closeAuthCheckSubscription() {
firstValueFrom(this.authenticationReady$()).then(() => {
this.sub.unsubscribe();
}
)
});
}
}