fix: harden iOS authentication recovery

This commit is contained in:
selfrelease
2026-07-18 20:04:00 +08:00
parent b311be6aa6
commit e19bdb8728
2 changed files with 17 additions and 5 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ class LoginPage extends ConsumerWidget {
if (auth.hasError) ...[
const SizedBox(height: 16),
Text(
'登录失败${auth.error}',
'登录失败,请检查网络后重试',
textAlign: TextAlign.center,
style: TextStyle(
color: Theme.of(context).colorScheme.error,