diff --git a/ui/src/views/login/index.vue b/ui/src/views/login/index.vue index a6f4ce0ef..157991366 100644 --- a/ui/src/views/login/index.vue +++ b/ui/src/views/login/index.vue @@ -252,11 +252,6 @@ onMounted(() => { } }) }) -onBeforeMount(() => { - if (user.isEnterprise()) { - user.theme(loading) - } -})