большая разработка аутентификации

This commit is contained in:
2023-03-02 11:46:14 +10:00
parent 0aae5b6558
commit 687db4e4b1
129 changed files with 2282 additions and 646 deletions

View File

@@ -4,7 +4,7 @@
{% endblock %}
{% block body %}
<section id="authentication">
<section id="profile">
{% if account %}
{{ account.getKey() }}
{% if vk %}
@@ -39,7 +39,7 @@
{% endif %}
<svg width="0" height="0">
<defs>
<clipPath id="authentication-header-mask">
<clipPath id="profile-header-mask">
<path
d="M50,160 L50,130 C22,130 0,107.612 0,80 C0,52 22,30 50,30 L50,3 C50,1.3 51.3,0 53,0 L447,0 C448,0 450,1.5 450,3 L450,160 L50,160 Z" />
</clipPath>