fixing up the authenticator to allow identiy chaining
This commit is contained in:
@@ -65,15 +65,21 @@
|
||||
|
||||
<div class="card-footer bg-white">
|
||||
<div class="form-group row mb-0">
|
||||
<span class="col-md-4 col-form-label text-md-right">{{ __('Log in with') }}</span>
|
||||
<span class="col-md-2 col-form-label text-md-right">{{ __('Log in with') }}</span>
|
||||
|
||||
<div class="col-md-6">
|
||||
<div class="col-md-8">
|
||||
@set('services.oauth_providers.github.client_id')
|
||||
<a type="submit" href="{{route('oauth-github-authorize')}}" class="btn btn-dark">
|
||||
{{ __('GitHub') }}
|
||||
</a>
|
||||
@endset
|
||||
|
||||
@set('services.oauth_providers.stack.client_id')
|
||||
<a type="submit" href="{{route('oauth-stack-authorize')}}" class="btn btn-dark">
|
||||
{{ __('StackOverflow') }}
|
||||
</a>
|
||||
@endset
|
||||
|
||||
@set('services.oauth_providers.google.client_id')
|
||||
<a type="submit" href="{{route('oauth-google-authorize')}}" class="btn btn-dark">
|
||||
{{ __('Google') }}
|
||||
|
||||
Reference in New Issue
Block a user