Skip to content

Commit

Permalink
chore(authenticator): TEST
Browse files Browse the repository at this point in the history
  • Loading branch information
tyllark committed Jan 7, 2025
1 parent 6e7a4f8 commit fb4f54d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ class _SignInTextFieldState extends _SignInFormFieldState<String>
return (v) => state.username = v;
case SignInField.password:
return (v) => state.password = v;
//This is a Test PR
default:
return super.onChanged;
}
Expand Down

0 comments on commit fb4f54d

Please sign in to comment.