mapguesser/views/login/google_login.php

9 lines
273 B
PHP
Raw Normal View History

2020-06-28 19:32:30 +02:00
@extends(templates/layout_normal)
2020-06-28 19:32:30 +02:00
@section(main)
<h2>Login up with Google</h2>
<div class="box">
2020-06-28 03:16:28 +02:00
<p class="error justify">Authentication with Google failed. Please <a href="/login/google" title="Login with Google">try again</a>!</p>
</div>
@endsection