mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-25 21:54:14 -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>
|
||||
@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>
|
||||
Or
|
||||
<center>Or</center>
|
||||
<br>
|
||||
<a class="btn btn-lg btn-primary btn-block" href="{{ route('google.redirect') }}">
|
||||
<i class="fa-brands fa-google"></i>
|
||||
|
|
Loading…
Reference in a new issue