Added icon for saml, added saml to register page, updated complete env

This commit is contained in:
Dan Brown
2019-11-17 16:07:06 +00:00
parent aef6eb81e4
commit 6d899f3b17
5 changed files with 42 additions and 2 deletions

View File

@ -49,7 +49,7 @@
<hr class="my-l">
<div>
<a id="saml-login" class="button outline block svg" href="{{ url("/saml2/login") }}">
{{-- @icon('auth/github') --}}
@icon('saml2')
{{ trans('auth.log_in_with', ['socialDriver' => config('saml2.name')]) }}
</a>
</div>

View File

@ -49,6 +49,16 @@
</div>
@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