Skip to content

Commit

Permalink
Revert "chore(authenticator): Removed Linter Fix"
Browse files Browse the repository at this point in the history
This reverts commit d89adb9.
  • Loading branch information
tyllark committed Jan 7, 2025
1 parent d89adb9 commit dea1b17
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,6 @@ class _SignInTextFieldState extends _SignInFormFieldState<String>
return (v) => state.username = v;
case SignInField.password:
return (v) => state.password = v;
default:
return super.onChanged;
}
}

Expand Down

0 comments on commit dea1b17

Please sign in to comment.