temporary update
This commit is contained in:
@ -179,7 +179,7 @@ class _AuthPageState extends ConsumerState<AuthPage> {
|
||||
Widget buildControlls() {
|
||||
if (_isLoginProgress) {
|
||||
return const Center(
|
||||
child: CircularProgressIndicator(),
|
||||
child: CircularProgressIndicator(), // Auth_page
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user