Interface: RequestPasswordResetRequest
Interface: RequestPasswordResetRequest
Defined in: auth-shared/src/dto/auth.ts:114
POST /auth/password/reset-request request body.
Properties
app_code?
optionalapp_code?:string
Defined in: auth-shared/src/dto/auth.ts:118
Identifies the calling app so the reset email link can point back at that app’s frontend (apps.frontend_url). Optional.
email:
string
Defined in: auth-shared/src/dto/auth.ts:115