diff --git a/frontend/src/lib/auth/framework/api/authApiServiceImpl.ts b/frontend/src/lib/auth/framework/api/authApiServiceImpl.ts index ed1ffb2..f041c0e 100644 --- a/frontend/src/lib/auth/framework/api/authApiServiceImpl.ts +++ b/frontend/src/lib/auth/framework/api/authApiServiceImpl.ts @@ -9,7 +9,7 @@ export class AuthApiServiceImpl implements AuthApiService { const url = new URL('me', Environment.API_BASE_URL); const response = await this.fetchFn(url); - + if (!response.ok) { return null; } diff --git a/frontend/src/lib/common/framework/components/ui/button/button.svelte b/frontend/src/lib/common/framework/components/ui/button/button.svelte index 92f6f84..b5b348b 100644 --- a/frontend/src/lib/common/framework/components/ui/button/button.svelte +++ b/frontend/src/lib/common/framework/components/ui/button/button.svelte @@ -1,38 +1,38 @@ -