Skip to content

Commit

Permalink
fix: os_user unnecessary password field
Browse files Browse the repository at this point in the history
  • Loading branch information
ThEditor committed Feb 24, 2024
1 parent 11f8ead commit ebda7c3
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 ebda7c3

Please sign in to comment.