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