some fixes and removed the laravel ad-esque home view
This commit is contained in:
@@ -65,10 +65,15 @@
|
||||
|
||||
<div class="card-body">
|
||||
<a type="submit" href="{{route('oauth-github-authorize')}}" class="btn btn-dark">
|
||||
{{ __('Register with GitHub') }}
|
||||
{{ __('Login with GitHub') }}
|
||||
</a>
|
||||
<a type="submit" href="{{route('oauth-github-login')}}" class="btn btn-dark">
|
||||
{{ __('Log in with GitHub') }}
|
||||
|
||||
<a type="submit" href="{{route('oauth-google-authorize')}}" class="btn btn-dark">
|
||||
{{ __('Login with Google') }}
|
||||
</a>
|
||||
|
||||
<a type="submit" href="{{route('oauth-facebook-authorize')}}" class="btn btn-dark">
|
||||
{{ __('Login with Facebook') }}
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user