feature: login and my page
This commit is contained in:
@@ -40,10 +40,6 @@ class AuthService implements AuthServiceInterface
|
||||
return route('user.change_password');
|
||||
}
|
||||
|
||||
if ($user->role == User::ROLE_ADMIN) {
|
||||
return route('admin.dashboard');
|
||||
}
|
||||
|
||||
return route('user.dashboard');
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user