This commit is contained in:
Patrick Alvin Alcala 2025-01-31 16:35:10 +08:00
parent 7e1ad68433
commit b5151a053d
9 changed files with 118 additions and 39 deletions

View file

@ -137,7 +137,7 @@ class _LoginPageState extends State<LoginPage> {
password: true,
),
),
const Gap(24),
const Gap(40),
// TextButton(onPressed: () => {_signIn()}, child: const Text('Login'))
if (_isLoading)
Center(child: CircularProgressIndicator(color: Colors.white))