refactor(frontend): Verwijder console logs
This commit is contained in:
parent
b71dac512f
commit
293c51bab3
5 changed files with 11 additions and 10 deletions
|
@ -9,8 +9,8 @@
|
|||
try {
|
||||
await auth.handleLoginCallback();
|
||||
await router.replace("/"); // Redirect to home (or dashboard)
|
||||
} catch (error) {
|
||||
console.error("OIDC callback error:", error);
|
||||
} catch (_error) {
|
||||
// FIXME console.error("OIDC callback error:", error);
|
||||
}
|
||||
});
|
||||
</script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue