feat: サーバー初期設定時専用の初期パスワードを設定できるように

This commit is contained in:
kakkokari-gtyih 2024-09-25 10:30:11 +09:00
parent 9d3a331286
commit 1f2012fa43
8 changed files with 83 additions and 5 deletions

View file

@ -5588,6 +5588,7 @@ export type operations = {
'application/json': {
username: string;
password: string;
initialPassword?: string | null;
};
};
};