rvr-nextgen/views/login/google_login_error.php

9 lines
180 B
PHP

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