🛂 Add middleware for auth in authorize page
This commit is contained in:
@@ -186,6 +186,10 @@ function handleDeny() {
|
|||||||
onMounted(() => {
|
onMounted(() => {
|
||||||
fetchClientInfo()
|
fetchClientInfo()
|
||||||
})
|
})
|
||||||
|
|
||||||
|
definePageMeta({
|
||||||
|
middleware: "auth"
|
||||||
|
})
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style scoped>
|
<style scoped>
|
||||||
|
Reference in New Issue
Block a user