mirror of
https://github.com/jumpserver/lina.git
synced 2025-08-02 07:27:01 +00:00
commit
7e8de4c73b
@ -45,6 +45,11 @@ export default {
|
||||
],
|
||||
successUrl: { name: 'Settings', params: { activeMenu: 'EmailContent' }},
|
||||
fieldsMeta: {
|
||||
LOGIN_CONFIRM_ENABLE: {
|
||||
hidden: () => {
|
||||
return !this.$store.getters.hasValidLicense
|
||||
}
|
||||
}
|
||||
},
|
||||
url: '/api/v1/settings/setting/?category=security'
|
||||
}
|
||||
|
@ -82,7 +82,10 @@ export default {
|
||||
},
|
||||
AuthLimit: {
|
||||
label: this.$t('setting.AuthLimit'),
|
||||
component: AuthLimit
|
||||
component: AuthLimit,
|
||||
hidden: () => {
|
||||
return !this.$store.getters.hasValidLicense
|
||||
}
|
||||
}
|
||||
},
|
||||
url: '/api/v1/settings/setting/?category=security'
|
||||
|
Loading…
Reference in New Issue
Block a user