mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-07-28 17:02:04 +03:00
Add error messages, fix LDAP error
This commit is contained in:
@ -51,7 +51,7 @@
|
||||
<div>
|
||||
<a id="saml-login" class="button outline block svg" href="{{ url("/saml2/login") }}">
|
||||
{{-- @icon('auth/github') --}}
|
||||
{{ trans('auth.log_in_with', ['socialDriver' => 'SAML']) }}
|
||||
{{ trans('auth.log_in_with', ['socialDriver' => config('services.saml.name')]) }}
|
||||
</a>
|
||||
</div>
|
||||
@endif
|
||||
|
Reference in New Issue
Block a user