fix: auth guard

This commit is contained in:
eneller
2026-06-26 11:50:15 +02:00
parent 38dedfc829
commit 37fdc28e1f
7 changed files with 34 additions and 5 deletions

View File

@@ -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;