mirror of
https://iceshrimp.dev/iceshrimp/iceshrimp
synced 2024-12-14 06:38:11 +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();
|
||||
},
|
||||
togglePassword() {
|
||||
if(this.type == 'password') {
|
||||
if (this.type == 'password') {
|
||||
this.type = 'text'
|
||||
} else {
|
||||
this.type = 'password'
|
||||
|
Loading…
Reference in New Issue
Block a user