mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-10-01 01:36:00 -04:00
f94fd44ff6
- Intended to improve RTL support in the interface. - Also adds hebrew to language dropdown since that was missing. Related to #1794
11 lines
350 B
PHP
11 lines
350 B
PHP
<form action="{{ url('/saml2/login') }}" method="POST" id="login-form" class="mt-l">
|
|
{!! csrf_field() !!}
|
|
|
|
<div>
|
|
<button id="saml-login" class="button outline block svg">
|
|
@icon('saml2')
|
|
<span>{{ trans('auth.log_in_with', ['socialDriver' => config('saml2.name')]) }}</span>
|
|
</button>
|
|
</div>
|
|
|
|
</form> |