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
@@ -480,4 +480,13 @@ class AppLocalizationsRu extends AppLocalizations {
@override
String get editProfileRemovePhoto => 'Удалить фото';
@override
String get registrationTitle => 'Создание профиля';
@override
String get registrationSubtitle => 'Укажите имя и выберите аватар';
@override
String get registrationChooseAvatar => 'Выберите аватар';
}