Skip to content

Commit

Permalink
chore(authenticator): Linter fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
tyllark committed Dec 30, 2024
1 parent 9faf653 commit a8b2b54
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,6 @@ 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,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 a8b2b54

Please sign in to comment.