BugFixes acc. gitea
This commit is contained in:
@@ -35,7 +35,8 @@ export class EmailAuthorizedComponent implements OnInit {
|
||||
this.http.post(`${environment.apiBaseUrl}/bizmatch/auth/verify-email`, { oobCode, email }).subscribe({
|
||||
next: async () => {
|
||||
this.verificationStatus = 'success';
|
||||
await this.authService.refreshToken();
|
||||
//await this.authService.refreshToken();
|
||||
await this.authService.refreshUserClaims();
|
||||
const user = await this.userService.getByMail(email);
|
||||
},
|
||||
error: err => {
|
||||
|
||||
Reference in New Issue
Block a user