chore: updates in UI due to migration to OAS3.1

Signed-off-by: allanice001 <allanice001@gmail.com>
This commit is contained in:
allanice001
2025-11-17 19:56:16 +00:00
parent 0f0edf1007
commit 07974c1359
20 changed files with 163 additions and 290 deletions

View File

@@ -12,7 +12,7 @@ export async function logoutEverywhere(): Promise<void> {
try {
const body: DtoLogoutRequest = { refresh_token: tokens.refresh_token } as DtoLogoutRequest
await makeAuthApi().logout({ body })
await makeAuthApi().logout({ dtoLogoutRequest: body })
} catch (err) {
console.warn("Logout API failed; clearing local state anyway", err)
} finally {