diff --git a/resources/views/auth/login.blade.php b/resources/views/auth/login.blade.php index 1e37e3acb..8d9f648a9 100755 --- a/resources/views/auth/login.blade.php +++ b/resources/views/auth/login.blade.php @@ -78,12 +78,14 @@ @endif - -
@if ($snipeSettings->custom_forgot_pass_url) - {{ trans('auth/general.forgot_password') }} +
+ {{ trans('auth/general.forgot_password') }} +
@elseif (!config('app.require_saml')) - {{ trans('auth/general.forgot_password') }} +
+ {{ trans('auth/general.forgot_password') }} +
@endif