mirror of
https://github.com/jumpserver/lina.git
synced 2026-01-13 11:24:17 +00:00
fix: 修复无痕模式下其他组织创建新用户登录没有权限问题
This commit is contained in:
committed by
Jiangjie.Bai
parent
2cd30fc9d8
commit
3544fe5bfa
@@ -60,9 +60,8 @@ const actions = {
|
||||
document.title = data['INTERFACE']['login_title']
|
||||
}
|
||||
const themeColors = data?.INTERFACE?.theme_info?.colors || {}
|
||||
changeThemeColors(themeColors).then(() => {
|
||||
commit('SET_PUBLIC_SETTINGS', data)
|
||||
})
|
||||
commit('SET_PUBLIC_SETTINGS', data)
|
||||
changeThemeColors(themeColors)
|
||||
resolve(response)
|
||||
}).catch(error => {
|
||||
reject(error)
|
||||
|
||||
Reference in New Issue
Block a user