We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d58190 commit b2eb5bfCopy full SHA for b2eb5bf
lib/common/localization/gsy_string_zh.dart
@@ -59,7 +59,7 @@ class GSYStringZh extends GSYStringBase {
59
String Login_out = "退出登录";
60
61
@override
62
- String Login_deprecated = "账号密码登陆的 API 将被 Github 弃用,建议使用尝试使用授权登陆。";
+ String Login_deprecated = "账号密码登陆的 API 将被 Github 弃用,建议使用尝试使用安全登陆。";
63
64
65
String home_reply = "问题反馈";
lib/page/login/login_page.dart
@@ -189,7 +189,7 @@ mixin LoginBLoC on State<LoginPage> {
189
msg: GSYLocalizations.i18n(context).Login_deprecated,
190
gravity: ToastGravity.CENTER,
191
toastLength: Toast.LENGTH_LONG);
192
-
+ return;
193
if (_userName == null || _userName.isEmpty) {
194
return;
195
}
0 commit comments