feat: サーバー初期設定時専用の初期パスワードを設定できるように
This commit is contained in:
parent
9d3a331286
commit
1f2012fa43
8 changed files with 83 additions and 5 deletions
|
|
@ -5588,6 +5588,7 @@ export type operations = {
|
|||
'application/json': {
|
||||
username: string;
|
||||
password: string;
|
||||
initialPassword?: string | null;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue