Add user login page #43
@ -13,7 +13,6 @@ export class AppComponent {
|
||||
this.storageService.init().then(() => {
|
||||
this.storageService.getCurrentUserId().then((userId) => {
|
||||
if (userId !== undefined && userId !== null) {
|
||||
console.log('userId: ', userId);
|
||||
this.router.navigate(['/tabs/allowance', userId]);
|
||||
}
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user