fix: auth guard
This commit is contained in:
@@ -11,6 +11,7 @@ import { Router } from '@angular/router';
|
||||
styleUrl: './screen-profile.less',
|
||||
})
|
||||
export class ScreenProfile implements OnInit{
|
||||
// TODO display real data
|
||||
username = 'John Doe';
|
||||
userID = 'testuser';
|
||||
balance = 200;
|
||||
|
||||
Reference in New Issue
Block a user