mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-25 21:54:14 -08:00
Few more login page tweaks
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
ed370a0104
commit
14da8934c5
|
@ -78,12 +78,14 @@
|
||||||
<button class="btn btn-primary btn-block">{{ trans('auth/general.login') }}</button>
|
<button class="btn btn-primary btn-block">{{ trans('auth/general.login') }}</button>
|
||||||
@endif
|
@endif
|
||||||
|
|
||||||
</div>
|
|
||||||
<div class="text-right col-md-12 col-sm-12 col-xs-12" style="padding-top: 10px; padding-bottom: 10px">
|
|
||||||
@if ($snipeSettings->custom_forgot_pass_url)
|
@if ($snipeSettings->custom_forgot_pass_url)
|
||||||
<a href="{{ $snipeSettings->custom_forgot_pass_url }}" rel="noopener">{{ trans('auth/general.forgot_password') }}</a>
|
<div class="col-md-12 text-right" style="padding-top: 15px;">
|
||||||
|
<a href="{{ $snipeSettings->custom_forgot_pass_url }}" rel="noopener">{{ trans('auth/general.forgot_password') }}</a>
|
||||||
|
</div>
|
||||||
@elseif (!config('app.require_saml'))
|
@elseif (!config('app.require_saml'))
|
||||||
<a href="{{ route('password.request') }}">{{ trans('auth/general.forgot_password') }}</a>
|
<div class="col-md-12 text-right" style="padding-top: 15px;">
|
||||||
|
<a href="{{ route('password.request') }}">{{ trans('auth/general.forgot_password') }}</a>
|
||||||
|
</div>
|
||||||
@endif
|
@endif
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue