mirror of
https://github.com/wgh136/pixes.git
synced 2025-09-27 12:57:24 +00:00
font
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user