fix: harden iOS authentication recovery
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user