Skip to content

Commit

Permalink
Fixed: #223 || change github token input type -> password
Browse files Browse the repository at this point in the history
  • Loading branch information
Molunerfinn committed Apr 4, 2019
1 parent 4a11d98 commit 3dd2085
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/pages/picbeds/GitHub.vue
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
:rules="{
required: true, message: 'Token不能为空', trigger: 'blur'
}">
<el-input v-model="form.token" @keyup.native.enter="confirm" placeholder="token"></el-input>
<el-input v-model="form.token" @keyup.native.enter="confirm" placeholder="token" type="password"></el-input>
</el-form-item>
<el-form-item
label="指定存储路径"
Expand Down

0 comments on commit 3dd2085

Please sign in to comment.