Revert "feat(auth): integrate SmartAuth for SMS code auto-fill and update localization strings"

This reverts commit 37e320a52b.
This commit is contained in:
Sergej Nekrasov
2026-04-06 21:10:31 +00:00
committed by GitHub
parent 3e1a1274dc
commit 21c1da5c77
10 changed files with 54 additions and 101 deletions
+10 -8
View File
@@ -9,7 +9,7 @@ class AppLocalizationsEn extends AppLocalizations {
AppLocalizationsEn([String locale = 'en']) : super(locale);
@override
String get loginTitle => 'Log in to Komet';
String get loginTitle => 'Sign in to Komet';
@override
String get loginSubtitle =>
@@ -28,10 +28,13 @@ class AppLocalizationsEn extends AppLocalizations {
String get loginOtherSignInMethods => 'Other sign-in methods';
@override
String get loginTermsLink => 'Terms of Use «Komet»';
String get loginTermsIntro => 'By continuing, you agree to \n';
@override
String get loginTermsOfUse => 'Terms of Use «Komet»';
String get loginTermsLink => 'the terms of use';
@override
String get loginTermsOfUse => 'Terms of use';
@override
String get loginConfirmPhoneTitle => 'Is this the correct number?';
@@ -43,8 +46,7 @@ class AppLocalizationsEn extends AppLocalizations {
String get loginDone => 'Done';
@override
String get loginReadTermsNotification =>
'Please read the Terms of Use «Komet»';
String get loginReadTermsNotification => 'Please read the terms of use first';
@override
String get loginSpoofRedacted => 'Spoof redaction';
@@ -53,13 +55,13 @@ class AppLocalizationsEn extends AppLocalizations {
String get loginProxy => 'Proxy';
@override
String get loginSignInWithQr => 'Log in with QR code';
String get loginSignInWithQr => 'Sign in with QR code';
@override
String get loginSignInWithToken => 'Log in with token';
String get loginSignInWithToken => 'Sign in with token';
@override
String get loginSignInWithSessionFile => 'Log in with session file';
String get loginSignInWithSessionFile => 'Sign in with session file';
@override
String get loginLanguage => 'Language';