perf: 优化用户创建默认勾选登录后需要修改密码

This commit is contained in:
Jiangjie.Bai 2022-10-09 16:55:22 +08:00
parent 386e2417e3
commit d2b3025709

View File

@ -14,7 +14,9 @@ export default {
},
data() {
return {
initial: {},
initial: {
need_update_password: true
},
user: {
'can_public_key_auth': false
},