Skip to content

Commit

Permalink
Merge branch 'main' of github.com:hjiangsu/thunder
Browse files Browse the repository at this point in the history
  • Loading branch information
hjiangsu committed Jun 24, 2023
2 parents 2eb1d70 + 1a44759 commit 61255d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/account/pages/login_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,8 @@ class _LoginPageState extends State<LoginPage> {
// Perform login authentication
context.read<AuthBloc>().add(
LoginAttempt(
username: _usernameTextEditingController.text.trim(),
password: _passwordTextEditingController.text.trim(),
username: _usernameTextEditingController.text,
password: _passwordTextEditingController.text,
instance: _instanceTextEditingController.text.trim(),
),
);
Expand Down

0 comments on commit 61255d6

Please sign in to comment.