fix: Fouten in implementatie van hello-mechanisme opgelost.
This commit is contained in:
parent
59569445c3
commit
57ff2daf6c
5 changed files with 31 additions and 12 deletions
|
@ -92,6 +92,7 @@ async function handleLoginCallback(): Promise<void> {
|
|||
throw new Error("Login callback received, but the user is not logging in!");
|
||||
}
|
||||
authState.user = (await (await getUserManagers())[activeRole].signinCallback()) || null;
|
||||
await apiClient.post("/auth/hello");
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue