update how login is handled in the frontend

This commit is contained in:
maxDorninger
2025-09-07 21:01:24 +02:00
parent 340186a3fc
commit 3eaa3dd233
8 changed files with 260 additions and 288 deletions

View File

@@ -2313,11 +2313,7 @@ export interface operations {
};
cookie?: never;
};
requestBody?: {
content: {
"application/json": string[];
};
};
requestBody?: never;
responses: {
/** @description Successful Response */
200: {