mirror of
https://iceshrimp.dev/iceshrimp/iceshrimp
synced 2024-12-14 14:48:17 +09:00
Fix style
This commit is contained in:
parent
84bf2c830b
commit
4de390eeba
@ -190,7 +190,7 @@ export default Vue.extend({
|
|||||||
this.$refs.input.focus();
|
this.$refs.input.focus();
|
||||||
},
|
},
|
||||||
togglePassword() {
|
togglePassword() {
|
||||||
if(this.type == 'password') {
|
if (this.type == 'password') {
|
||||||
this.type = 'text'
|
this.type = 'text'
|
||||||
} else {
|
} else {
|
||||||
this.type = 'password'
|
this.type = 'password'
|
||||||
|
Loading…
Reference in New Issue
Block a user