2020-06-27 00:23:57 +02:00
|
|
|
@extends('templates/layout_normal')
|
|
|
|
|
|
|
|
@section('main')
|
2020-06-21 01:33:33 +02:00
|
|
|
<h2>Login up with Google</h2>
|
2020-06-14 17:20:20 +02:00
|
|
|
<div class="box">
|
2020-06-21 01:33:33 +02:00
|
|
|
<p class="error justify">Authenticating with Google failed. Please <a href="/login/google" title="Login with Google">retry</a>!</p>
|
2020-06-14 17:20:20 +02:00
|
|
|
</div>
|
2020-06-27 00:23:57 +02:00
|
|
|
@endsection
|