wip
This commit is contained in:
parent
144f033beb
commit
e848b548b5
7 changed files with 65 additions and 25 deletions
|
@ -15,6 +15,6 @@ export default class LoginSuccessComponent implements OnInit {
|
|||
private router: Router = inject(Router);
|
||||
private authService: AuthService = inject(AuthService);
|
||||
async ngOnInit() {
|
||||
this.authService.getUserInfo()
|
||||
console.log(this.authService.getAccessToken());
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue