mirror of
https://github.com/jumpserver/lina.git
synced 2025-11-08 02:18:44 +00:00
Compare commits
1 Commits
pr@v3@fixe
...
v2.9.2
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9736d94762 |
@@ -15,12 +15,11 @@ export default {
|
|||||||
initial: {
|
initial: {
|
||||||
login_mode: 'auto',
|
login_mode: 'auto',
|
||||||
protocol: this.$route.query.protocol,
|
protocol: this.$route.query.protocol,
|
||||||
username_same_with_user: false,
|
|
||||||
auto_generate_key: false,
|
auto_generate_key: false,
|
||||||
auto_push: false
|
auto_push: false
|
||||||
},
|
},
|
||||||
fields: [
|
fields: [
|
||||||
[this.$t('common.Basic'), ['name', 'login_mode', 'username', 'username_same_with_user', 'priority', 'protocol']],
|
[this.$t('common.Basic'), ['name', 'login_mode', 'username', 'priority', 'protocol']],
|
||||||
[this.$t('common.Auth'), ['update_password', 'password']],
|
[this.$t('common.Auth'), ['update_password', 'password']],
|
||||||
[this.$t('common.Other'), ['comment']]
|
[this.$t('common.Other'), ['comment']]
|
||||||
],
|
],
|
||||||
@@ -28,7 +27,6 @@ export default {
|
|||||||
login_mode: fields.login_mode,
|
login_mode: fields.login_mode,
|
||||||
username: fields.username,
|
username: fields.username,
|
||||||
private_key: fields.private_key,
|
private_key: fields.private_key,
|
||||||
username_same_with_user: fields.username_same_with_user,
|
|
||||||
protocol: fields.protocol,
|
protocol: fields.protocol,
|
||||||
update_password: fields.update_password,
|
update_password: fields.update_password,
|
||||||
password: fields.password
|
password: fields.password
|
||||||
|
|||||||
Reference in New Issue
Block a user