From 9f7b7612c785a2777b4719b67fe84d39da2401d3 Mon Sep 17 00:00:00 2001 From: ArneBo Date: Wed, 15 Jan 2025 16:28:24 +0100 Subject: [PATCH] fix(front): authorize page --- front/src/components/auth/Authorize.vue | 26 +++++++++++-------------- 1 file changed, 11 insertions(+), 15 deletions(-) diff --git a/front/src/components/auth/Authorize.vue b/front/src/components/auth/Authorize.vue index e90292fbd..3d0bb3a11 100644 --- a/front/src/components/auth/Authorize.vue +++ b/front/src/components/auth/Authorize.vue @@ -10,6 +10,7 @@ import useSharedLabels from '~/composables/locale/useSharedLabels' import useScopes from '~/composables/auth/useScopes' import useFormData from '~/composables/useFormData' import Button from '~/components/ui/Button.vue' +import Layout from '~/components/ui/Layout.vue' interface Props { clientId: string @@ -113,29 +114,26 @@ whenever(() => props.clientId, fetchApplication, { immediate: true })