style: prettier
This commit is contained in:
parent
7bd06dee62
commit
da047eef70
@ -10,7 +10,7 @@ export const routes: Routes = [
|
||||
{
|
||||
path: 'login/success',
|
||||
loadComponent: () => import('./feature/login-success/login-success.component'),
|
||||
},
|
||||
},
|
||||
{
|
||||
path: 'home',
|
||||
loadComponent: () => import('./feature/home/home.component'),
|
||||
|
@ -31,7 +31,7 @@ export class UserService {
|
||||
if (user) {
|
||||
return user;
|
||||
}
|
||||
|
||||
|
||||
return await this.createUser(userProfile.id ?? '', userProfile.username ?? '').toPromise();
|
||||
});
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user