feature/RVRNEXT-27-add-connect-with-google #50

Merged
bence merged 6 commits from feature/RVRNEXT-27-add-connect-with-google into master 2023-05-06 19:55:17 +02:00
Showing only changes of commit cc3cfc15c8 - Show all commits

View File

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