rvr-nextgen/views/login/google_login_error.php

9 lines
191 B
PHP
Raw Normal View History

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