Skip to content

Commit

Permalink
fix: fix typo (#2843)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nerahikada committed Nov 25, 2023
1 parent d59ad59 commit 4dbc802
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/views/settings/User.vue
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ export default {
this.user = {
...defaults,
username: "",
passsword: "",
password: "",
rules: [],
lockPassword: false,
id: 0,
Expand Down

0 comments on commit 4dbc802

Please sign in to comment.