Compare commits

..

2 Commits

Author SHA1 Message Date
w940853815
43e7e5cd74 fix: Remove unused CAS_CREATE_USER attribute from options 2025-12-04 17:40:54 +08:00
Bai
4332dbcc1c feat: add access token page 2025-12-01 17:54:55 +08:00
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
FROM jumpserver/lina-base:20251201_095403 AS stage-build
FROM jumpserver/lina-base:20251105_092554 AS stage-build
ARG VERSION
ENV VERSION=$VERSION

View File

@@ -29,7 +29,7 @@ export default {
'CAS_RENAME_ATTRIBUTES'
]],
[this.$t('Other'), [
'CAS_ORG_IDS', 'CAS_CREATE_USER', 'CAS_LOGOUT_COMPLETELY'
'CAS_ORG_IDS', 'CAS_LOGOUT_COMPLETELY'
]]
],
fieldsMeta: {