commit
ad5ac9cb74
|
|
@ -138,7 +138,7 @@ onMounted(() => {
|
||||||
user.theme()
|
user.theme()
|
||||||
}
|
}
|
||||||
user.asyncGetProfile().then((res) => {
|
user.asyncGetProfile().then((res) => {
|
||||||
if (user.isXPack) {
|
if (user.isXPack && user.XPACK_LICENSE_IS_VALID) {
|
||||||
loading.value = true
|
loading.value = true
|
||||||
user
|
user
|
||||||
.getAuthType()
|
.getAuthType()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue