dev: hotfix refactor
+ merged pub/custom-ui and pub/base into my-ui - droped pub/custom-ui
This commit is contained in:
+2
-2
@@ -7,8 +7,8 @@ const { isAuthenticated } = useUserStore()
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<PubBaseError v-if="!isAuthenticated" :status-code="401" />
|
||||
<PubBaseError v-else :status-code="404" />
|
||||
<PubMyUiError v-if="!isAuthenticated" :status-code="401" />
|
||||
<PubMyUiError v-else :status-code="404" />
|
||||
</template>
|
||||
|
||||
<style scoped></style>
|
||||
|
||||
Reference in New Issue
Block a user