initialPassword -> setupPassword

This commit is contained in:
syuilo
2024-10-03 20:40:39 +09:00
parent 2a4ab0e187
commit d2175a9b9f
6 changed files with 14 additions and 14 deletions

View File

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