mirror of
https://github.com/jumpserver/lina.git
synced 2025-08-12 03:51:57 +00:00
perf: 优化用户创建默认勾选登录后需要修改密码
This commit is contained in:
parent
386e2417e3
commit
d2b3025709
@ -14,7 +14,9 @@ export default {
|
|||||||
},
|
},
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
initial: {},
|
initial: {
|
||||||
|
need_update_password: true
|
||||||
|
},
|
||||||
user: {
|
user: {
|
||||||
'can_public_key_auth': false
|
'can_public_key_auth': false
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user