refactor(frontend): Verwijder console logs

This commit is contained in:
Tibo De Peuter 2025-03-23 12:32:41 +01:00
parent b71dac512f
commit 293c51bab3
Signed by: tdpeuter
GPG key ID: 38297DE43F75FFE2
5 changed files with 11 additions and 10 deletions

View file

@ -1,6 +1,6 @@
import apiClient from "@/services/api-client.ts";
import type { FrontendAuthConfig } from "@/services/auth/auth.d.ts";
import type {UserManagerSettings} from "oidc-client-ts";
import type { UserManagerSettings } from "oidc-client-ts";
/**
* Fetch the authentication configuration from the backend.