mapguesser/views/login/google_login.php

9 lines
277 B
PHP
Raw Normal View History

@extends('templates/layout_normal')
@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