Implement account registration

Implements #7
This commit is contained in:
Tobias Fella
2023-08-28 10:05:09 +00:00
parent cc60dde62d
commit 59164d3bb2
17 changed files with 829 additions and 53 deletions

View File

@@ -65,10 +65,15 @@
<file alias="AvatarFlow.qml">qml/Component/Timeline/AvatarFlow.qml</file>
<file alias="LoginStep.qml">qml/Component/Login/LoginStep.qml</file>
<file alias="Login.qml">qml/Component/Login/Login.qml</file>
<file alias="Homeserver.qml">qml/Component/Login/Homeserver.qml</file>
<file alias="Username.qml">qml/Component/Login/Username.qml</file>
<file alias="RegisterPassword.qml">qml/Component/Login/RegisterPassword.qml</file>
<file alias="Captcha.qml">qml/Component/Login/Captcha.qml</file>
<file alias="Terms.qml">qml/Component/Login/Terms.qml</file>
<file alias="Email.qml">qml/Component/Login/Email.qml</file>
<file alias="Password.qml">qml/Component/Login/Password.qml</file>
<file alias="LoginRegister.qml">qml/Component/Login/LoginRegister.qml</file>
<file alias="Loading.qml">qml/Component/Login/Loading.qml</file>
<file alias="Homeserver.qml">qml/Component/Login/Homeserver.qml</file>
<file alias="LoginMethod.qml">qml/Component/Login/LoginMethod.qml</file>
<file alias="Sso.qml">qml/Component/Login/Sso.qml</file>
<file alias="UserDetailDialog.qml">qml/Dialog/UserDetailDialog.qml</file>