Добавлена двухфакторная регистрация через email

This commit is contained in:
2021-07-14 16:55:06 +03:00
parent 729012ecca
commit 4cad60b47f
12 changed files with 188 additions and 65 deletions

View File

@@ -2,9 +2,9 @@
{% block content %}
<h1 class="title">
Flask Login Example
Dyxless
</h1>
<h2 class="subtitle">
Easy authentication and authorization in Flask.
Заготовка web-приложения
</h2>
{% endblock %}