Google OAuth

This commit is contained in:
patito
2017-09-22 15:28:09 +01:00
parent b6ed658cbd
commit a4b9722d47
5 changed files with 88 additions and 2 deletions

View File

@ -98,6 +98,9 @@
<!-- /.col -->
</div>
</form>
{% if google_enabled %}
<a href="{{ url_for('google_login') }}">Google oauth login</a>
{% endif %}
{% if github_enabled %}
<a href="{{ url_for('github_login') }}">Github oauth login</a>
{% endif %}