mirror of
https://github.com/bpatrik/pigallery2.git
synced 2024-12-04 10:34:45 +02:00
fixing test
This commit is contained in:
parent
7371fda5a8
commit
deccda9585
@ -56,7 +56,7 @@ export class AuthenticationService {
|
||||
// TODO: refactor architecture remove shareService dependency
|
||||
window.setTimeout(() => {
|
||||
this.user.subscribe((u) => {
|
||||
this.shareService.onNewUser(u).catch(console.error);
|
||||
this.shareService.onNewUser(u);
|
||||
});
|
||||
}, 0);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user