removed icon server and finished profile page
This commit is contained in:
parent
dbe323c77e
commit
763d0c38cc
26 changed files with 881 additions and 325 deletions
|
|
@ -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';
|
||||
|
||||
/**
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue