mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-13 15:01:02 -08:00
Very ugly login shim just to test functionality
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
37bc47290c
commit
1ef4ea6381
|
@ -78,10 +78,10 @@
|
||||||
<button class="btn btn-lg btn-primary btn-block">{{ trans('auth/general.login') }}</button>
|
<button class="btn btn-lg btn-primary btn-block">{{ trans('auth/general.login') }}</button>
|
||||||
@endif
|
@endif
|
||||||
|
|
||||||
@if (($snipeSettings->google_login=='1') && ($snipeSettings->google_client_id!='') && ($snipeSettings->google_client_secret!='') && ($snipeSettings->google_redirect!='')))
|
@if (($snipeSettings->google_login=='1') && ($snipeSettings->google_client_id!='') && ($snipeSettings->google_client_secret!=''))
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
Or
|
<center>Or</center>
|
||||||
<br>
|
<br>
|
||||||
<a class="btn btn-lg btn-primary btn-block" href="{{ route('google.redirect') }}">
|
<a class="btn btn-lg btn-primary btn-block" href="{{ route('google.redirect') }}">
|
||||||
<i class="fa-brands fa-google"></i>
|
<i class="fa-brands fa-google"></i>
|
||||||
|
|
Loading…
Reference in a new issue