BookStack/resources/views/auth/parts/login-form-saml2.blade.php

11 lines
344 B
PHP
Raw Normal View History

2020-02-02 10:59:03 +00:00
<form action="{{ url('/saml2/login') }}" method="POST" id="login-form" class="mt-l">
{!! csrf_field() !!}
2020-02-02 10:59:03 +00:00
<div>
2021-05-08 10:49:18 +00:00
<button id="saml-login" class="button outline svg">
2020-02-02 10:59:03 +00:00
@icon('saml2')
<span>{{ trans('auth.log_in_with', ['socialDriver' => config('saml2.name')]) }}</span>
2020-02-02 10:59:03 +00:00
</button>
</div>
</form>