rvr-nextgen/views/login/google_login.php

9 lines
273 B
PHP
Raw Normal View History

2023-04-08 00:42:55 +02:00
@extends(templates/layout_normal)
@section(main)
<h2>Login up with Google</h2>
<div class="box">
<p class="error justify">Authentication with Google failed. Please <a href="/login/google" title="Login with Google">try again</a>!</p>
</div>
@endsection