RVRNEXT-27 fix page header in google_login_error

This commit is contained in:
Bence Pőcze 2023-05-06 19:49:05 +02:00
parent a877484d56
commit cc3cfc15c8
Signed by: bence
GPG Key ID: DC5BD6E95A333E6D

View File

@ -1,7 +1,7 @@
@extends(templates/layout_normal)
@section(main)
<h2>Login up with Google</h2>
<h2>Login with Google</h2>
<div class="box compactBox">
<p class="error justify"><?= $error ?></p>
</div>