fix
This commit is contained in:
@@ -85,7 +85,7 @@ export class AuthService {
|
||||
this.setCurrentUserValue(userProfile.id, userProfile);
|
||||
|
||||
if (authState.action === AuthenticatedActionEnum.loggedIn) {
|
||||
this.router.navigate([redirectUrl || '/dashboard/dashboard']);
|
||||
this.router.navigate([redirectUrl || '/dashboard']);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user