Skip to content

Commit

Permalink
Merge pull request #11814 from ThEditor/osuserpass
Browse files Browse the repository at this point in the history
fix: os_user unnecessary password field
  • Loading branch information
marcellamaki authored Feb 27, 2024
2 parents c2d3ece + ebda7c3 commit 7a953e2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,7 @@
// and forth
this.usernameBlurred = false;
this.passwordBlurred = false;
this.usernameSubmittedWithoutPassword = false;
this.loginError = null;
},
// Sets the selected list user and/or logs them in
Expand Down

0 comments on commit 7a953e2

Please sign in to comment.