Skip to content

Commit

Permalink
Fix for #425 (#462)
Browse files Browse the repository at this point in the history
Co-authored-by: Dessalines <[email protected]>
  • Loading branch information
MV-GH and dessalines authored Jun 8, 2023
1 parent 91dbe57 commit 7760c45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/com/jerboa/ui/components/login/Login.kt
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ fun LoginForm(

val form = Login(
username_or_email = username.trim(),
password = password.trim(),
password = password.take(60),
)

Column(
Expand Down

0 comments on commit 7760c45

Please sign in to comment.