This commit is contained in:
Bence Pőcze 2020-06-28 03:16:28 +02:00
parent f3225ae275
commit 2fac828098
Signed by: bence
GPG Key ID: AA52B11A3269D1C1

View File

@ -3,6 +3,6 @@
@section('main') @section('main')
<h2>Login up with Google</h2> <h2>Login up with Google</h2>
<div class="box"> <div class="box">
<p class="error justify">Authenticating with Google failed. Please <a href="/login/google" title="Login with Google">retry</a>!</p> <p class="error justify">Authentication with Google failed. Please <a href="/login/google" title="Login with Google">try again</a>!</p>
</div> </div>
@endsection @endsection