Добавлена двухфакторная регистрация через 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,6 +2,6 @@
{% block content %}
<h1 class="title">
Welcome, {{ current_user.name }}!
Добро пожаловать, {{ current_user.username }}!
</h1>
{% endblock %}