@if ($snipeSettings->login_note)
{!! Helper::parseEscapedMarkedown($snipeSettings->login_note) !!}
@endif
@include('notifications')
@if (!config('app.require_saml'))
@endif
@if (!config('app.require_saml') && $snipeSettings->saml_enabled)
@endif
@if ($snipeSettings->custom_forgot_pass_url)
{{ trans('auth/general.forgot_password') }}
@elseif (!config('app.require_saml'))
{{ trans('auth/general.forgot_password') }}
@endif