mirror of
https://github.com/maxdorninger/MediaManager.git
synced 2026-04-18 08:03:36 +02:00
update how login is handled in the frontend
This commit is contained in:
6
web/src/lib/api/api.d.ts
vendored
6
web/src/lib/api/api.d.ts
vendored
@@ -2313,11 +2313,7 @@ export interface operations {
|
||||
};
|
||||
cookie?: never;
|
||||
};
|
||||
requestBody?: {
|
||||
content: {
|
||||
"application/json": string[];
|
||||
};
|
||||
};
|
||||
requestBody?: never;
|
||||
responses: {
|
||||
/** @description Successful Response */
|
||||
200: {
|
||||
|
||||
Reference in New Issue
Block a user