provide social buttons
This commit is contained in:
parent
8d0b59c698
commit
ad3498f339
3 changed files with 3 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
||||||
Mail is already activated.
|
Mail is already activated.
|
||||||
</p>
|
</p>
|
||||||
<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>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
@ -9,6 +9,7 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="col-md-4">
|
<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) }}
|
{{ wtf.quick_form(form) }}
|
||||||
<br>
|
<br>
|
||||||
<p>Forgot your password? <a href="{{ url_for('auth.password_reset_request') }}">Click here to reset it</a>.</p>
|
<p>Forgot your password? <a href="{{ url_for('auth.password_reset_request') }}">Click here to reset it</a>.</p>
|
||||||
|
|
|
@ -10,6 +10,7 @@
|
||||||
|
|
||||||
|
|
||||||
<div class="col-md-4">
|
<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) }}
|
{{ wtf.quick_form(form) }}
|
||||||
<br>
|
<br>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue