2023-04-08 03:34:07 +02:00
|
|
|
@extends(templates/layout_normal)
|
|
|
|
|
|
|
|
@section(main)
|
2023-05-06 19:49:05 +02:00
|
|
|
<h2>Login with Google</h2>
|
2023-05-01 19:18:48 +02:00
|
|
|
<div class="box compactBox">
|
2023-04-08 03:34:07 +02:00
|
|
|
<p class="error justify"><?= $error ?></p>
|
|
|
|
</div>
|
|
|
|
@endsection
|