removed icon server and finished profile page

This commit is contained in:
Maieul BOYER 2025-12-10 17:06:53 +01:00
parent dbe323c77e
commit 763d0c38cc
No known key found for this signature in database
26 changed files with 881 additions and 325 deletions

View file

@ -13,13 +13,13 @@
*/
import { mapValues } from '../runtime';
import type { DisableOtp401Response } from './DisableOtp401Response';
import type { ChangePassword401Response } from './ChangePassword401Response';
import {
DisableOtp401ResponseFromJSON,
DisableOtp401ResponseFromJSONTyped,
DisableOtp401ResponseToJSON,
DisableOtp401ResponseToJSONTyped,
} from './DisableOtp401Response';
ChangePassword401ResponseFromJSON,
ChangePassword401ResponseFromJSONTyped,
ChangePassword401ResponseToJSON,
ChangePassword401ResponseToJSONTyped,
} from './ChangePassword401Response';
/**
*