This commit is contained in:
wgh136
2024-05-13 11:18:17 +08:00
parent 3aa6c4b7a4
commit e8d8b533e2
4 changed files with 11 additions and 1 deletions

View File

@@ -23,7 +23,9 @@ class _LoginPageState extends State<LoginPage> {
@override
Widget build(BuildContext context) {
if (!waitingForAuth) {
if(isLogging) {
return buildLoading(context);
} else if (!waitingForAuth) {
return buildLogin(context);
} else {
return buildWaiting(context);