feat(auth): implement phone registration flow with preset avatars

This commit is contained in:
klockky
2026-06-03 08:20:21 +00:00
parent 570a4396eb
commit 7c2ad380bb
8 changed files with 486 additions and 2 deletions
+9
View File
@@ -478,4 +478,13 @@ class AppLocalizationsEn extends AppLocalizations {
@override
String get editProfileRemovePhoto => 'Remove photo';
@override
String get registrationTitle => 'Create your profile';
@override
String get registrationSubtitle => 'Add your name and pick an avatar';
@override
String get registrationChooseAvatar => 'Choose an avatar';
}