Skip to content

Commit 49729de

Browse files
feat: fix新建用户mfa设置无效的问题
1 parent 11f4f49 commit 49729de

File tree

1 file changed

+2
-2
lines changed
  • web/kubepi/src/business/user-management/user/create

1 file changed

+2
-2
lines changed

web/kubepi/src/business/user-management/user/create/index.vue

+2-2
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ export default {
119119
confirmPassword: "",
120120
roles: [],
121121
mfa: {
122-
enbale: false
122+
enable: false
123123
}
124124
},
125125
}
@@ -152,7 +152,7 @@ export default {
152152
"password": this.form.confirmPassword
153153
},
154154
"mfa":{
155-
"enable":this.form.mfa.enbale,
155+
"enable":this.form.mfa.enable,
156156
"secret":"",
157157
}
158158
}

0 commit comments

Comments
 (0)