Skip to content

Commit

Permalink
Revert "chore(authenticator): Linter fixes"
Browse files Browse the repository at this point in the history
This reverts commit a8b2b54.
  • Loading branch information
tyllark committed Jan 7, 2025
1 parent dea1b17 commit 2a7832a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ class _FormWrapperView extends StatelessAuthenticatorComponent {
form,
],
);
break;
}

return Padding(padding: padding, child: layout);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,8 @@ 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 2a7832a

Please sign in to comment.