Fix style
This commit is contained in:
parent
1f52aea193
commit
2f10ff1a2e
1 changed files with 1 additions and 1 deletions
|
@ -190,7 +190,7 @@ export default Vue.extend({
|
|||
this.$refs.input.focus();
|
||||
},
|
||||
togglePassword() {
|
||||
if(this.type == 'password') {
|
||||
if (this.type == 'password') {
|
||||
this.type = 'text'
|
||||
} else {
|
||||
this.type = 'password'
|
||||
|
|
Loading…
Reference in a new issue