]> BookStack Code Mirror - bookstack/blobdiff - app/Notifications/ResetPassword.php
Update settings.php
[bookstack] / app / Notifications / ResetPassword.php
index 305a7da72dc50236dd82cc8bbd935f891cf8fb27..20875276400f0403d1a9a063459e37195a2cd475 100644 (file)
@@ -29,7 +29,7 @@ class ResetPassword extends MailNotification
             return $this->newMailMessage()
             ->subject(trans('auth.email_reset_subject', ['appName' => setting('app-name')]))
             ->line(trans('auth.email_reset_text'))
-            ->action(trans('auth.reset_password'), baseUrl('password/reset/' . $this->token))
+            ->action(trans('auth.reset_password'), url('password/reset/' . $this->token))
             ->line(trans('auth.email_reset_not_requested'));
     }
 }