feat(profile): align settings with dashboard layout
This commit is contained in:
@@ -35,6 +35,6 @@ class TwoFactorFailedNotification extends Notification implements ShouldQueue
|
||||
->line("IP address: {$this->ipAddress}")
|
||||
->line("Browser: {$this->userAgent}")
|
||||
->line('If this was not you, change your password immediately.')
|
||||
->action('Review account security', url('/profile'));
|
||||
->action('Review account security', url('/profile/security'));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user