provide social buttons

This commit is contained in:
deflax 2024-04-06 17:47:08 +03:00
parent 8d0b59c698
commit ad3498f339
3 changed files with 3 additions and 1 deletions

View file

@ -9,7 +9,7 @@
Mail is already activated.
</p>
<p>
<a href="{{ url_for('vmanager.index') }}">Click here to exit</a>
<a href="{{ url_for('main.index') }}">Click here to exit</a>
</p>
</div>

View file

@ -9,6 +9,7 @@
</div>
<div class="col-md-4">
<a class="btn btn-primary" href="{{ url_for('auth.oauth2_authorize', provider='google') }}">Login with Google</a>
{{ wtf.quick_form(form) }}
<br>
<p>Forgot your password? <a href="{{ url_for('auth.password_reset_request') }}">Click here to reset it</a>.</p>

View file

@ -10,6 +10,7 @@
<div class="col-md-4">
<a class="btn btn-primary" href="{{ url_for('auth.oauth2_authorize', provider='google') }}">Register with Google</a>
{{ wtf.quick_form(form) }}
<br>
</div>