]> BookStack Code Mirror - bookstack/blob - resources/views/auth/parts/login-form-saml2.blade.php
Customization: Added parent tag classes
[bookstack] / resources / views / auth / parts / login-form-saml2.blade.php
1 <form action="{{ url('/saml2/login') }}" method="POST" id="login-form" class="mt-l">
2     {!! csrf_field() !!}
3
4     <div>
5         <button id="saml-login" class="button outline svg">
6             @icon('saml2')
7             <span>{{ trans('auth.log_in_with', ['socialDriver' => config('saml2.name')]) }}</span>
8         </button>
9     </div>
10
11 </form>