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 })