This commit is contained in:
2025-10-16 18:06:31 +07:00
parent 7dc66d80fc
commit 1cda00c0bf
13 changed files with 1350 additions and 240 deletions

View File

@@ -164,6 +164,10 @@ class _LoginPageState extends ConsumerState<LoginPage> {
// Forgot password link
TextButton(
onPressed: isLoading ? null : _handleForgotPassword,
style: TextButton.styleFrom(
minimumSize: const Size(0, 0),
padding: const EdgeInsets.symmetric(horizontal: 8, vertical: 4),
),
child: Text(
'Forgot Password?',
style: theme.textTheme.bodyMedium?.copyWith(