]> BookStack Code Mirror - bookstack/blobdiff - resources/views/auth/register.blade.php
Added files missed in previous commit
[bookstack] / resources / views / auth / register.blade.php
index 8dd6592c1e72084f4acba1059a56f226c80102d7..1625ebc4c588afbcf77d18475a6336a4c61439a1 100644 (file)
                 @endforeach
             @endif
 
-            @if($samlEnabled)
-                <hr class="my-l">
-                <div>
-                    <a id="saml-login" class="button outline block svg" href="{{ url("/saml2/login") }}">
-                        @icon('saml2')
-                        {{ trans('auth.log_in_with', ['socialDriver' => config('saml2.name')]) }}
-                    </a>
-                </div>
-            @endif
         </div>
     </div>
 @stop