Fix style
This commit is contained in:
parent
1f52aea193
commit
2f10ff1a2e
@ -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 New Issue
Block a user