mirror of
https://github.com/jumpserver/lina.git
synced 2025-12-05 15:47:01 +00:00
Compare commits
1 Commits
v4.10.13-l
...
pr@dev@per
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8556b91fc4 |
@@ -243,12 +243,10 @@ export default {
|
||||
delete routeFilter.search
|
||||
}
|
||||
const asFilterTags = _.cloneDeep(this.filterTags)
|
||||
setTimeout(() => {
|
||||
this.filterTags = {
|
||||
...asFilterTags,
|
||||
...routeFilter
|
||||
}
|
||||
}, 100)
|
||||
this.filterTags = {
|
||||
...asFilterTags,
|
||||
...routeFilter
|
||||
}
|
||||
},
|
||||
getValueLabel(key, value) {
|
||||
for (const field of this.options) {
|
||||
|
||||
@@ -31,7 +31,7 @@ export default {
|
||||
[
|
||||
'SECURITY_MFA_AUTH',
|
||||
'SECURITY_MFA_IN_LOGIN_PAGE',
|
||||
'SECURITY_MFA_BY_EMAIL',
|
||||
'SECURITY_MFA_ENABLED_BACKENDS',
|
||||
'SECURITY_MFA_AUTH_ENABLED_FOR_THIRD_PARTY',
|
||||
'SECURITY_MFA_VERIFY_TTL',
|
||||
'OTP_ISSUER_NAME', 'OTP_VALID_WINDOW'
|
||||
|
||||
Reference in New Issue
Block a user