]> BookStack Code Mirror - bookstack/blobdiff - resources/views/auth/login.blade.php
Add error messages, fix LDAP error
[bookstack] / resources / views / auth / login.blade.php
index 72d8d00aa57887d4f6661674f43a512d9ec6cd3b..8d89c128885d98d47aa83d42a5ec1100f4d422fc 100644 (file)
@@ -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