fix
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user