some fixes and removed the laravel ad-esque home view

This commit is contained in:
2018-07-09 00:17:07 +02:00
parent 6e2040249b
commit fd296e2d8f
5 changed files with 71 additions and 143 deletions
+8 -3
View File
@@ -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>