diff --git a/frontend/src/routes/authorize/+page.svelte b/frontend/src/routes/authorize/+page.svelte index d9f1497a..e7f7e62c 100644 --- a/frontend/src/routes/authorize/+page.svelte +++ b/frontend/src/routes/authorize/+page.svelte @@ -2,6 +2,7 @@ import SignInWrapper from '$lib/components/login-wrapper.svelte'; import { Button } from '$lib/components/ui/button'; import * as Card from '$lib/components/ui/card'; + import { m } from '$lib/paraglide/messages'; import OidcService from '$lib/services/oidc-service'; import WebAuthnService from '$lib/services/webauthn-service'; import appConfigStore from '$lib/stores/application-configuration-store'; @@ -14,7 +15,6 @@ import type { PageData } from './$types'; import ClientProviderImages from './components/client-provider-images.svelte'; import ScopeItem from './components/scope-item.svelte'; - import { m } from '$lib/paraglide/messages'; const webauthnService = new WebAuthnService(); const oidService = new OidcService(); @@ -84,7 +84,7 @@ {#if client == null}
{m.client_not_found()}
{:else} -