rvr-nextgen/views/login/google_login_error.php

9 lines
188 B
PHP

@extends(templates/layout_normal)
@section(main)
<h2>Login with Google</h2>
<div class="box compactBox">
<p class="error justify"><?= $error ?></p>
</div>
@endsection