mapguesser/views/login/google_login.php

9 lines
273 B
PHP
Raw Normal View History

@extends('templates/layout_normal')
@section('main')
<h2>Login up with Google</h2>
<div class="box">
<p class="error justify">Authenticating with Google failed. Please <a href="/login/google" title="Login with Google">retry</a>!</p>
</div>
@endsection