fixed expiring login creds
This commit is contained in:
10
frontend/src/api/generated/public/models/changePassword.ts
Normal file
10
frontend/src/api/generated/public/models/changePassword.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
/**
|
||||
* Generated by orval v8.8.0 🍺
|
||||
* Do not edit manually.
|
||||
* OpenAPI spec version: 0.0.0
|
||||
*/
|
||||
|
||||
export interface ChangePassword {
|
||||
current_password: string;
|
||||
new_password: string;
|
||||
}
|
||||
Reference in New Issue
Block a user