Commit f31f3daf authored by Lorenzo Trujillo Rojas's avatar Lorenzo Trujillo Rojas
Browse files

Se creó la entidad para representar la información para resetear la contraseña

parent b2cd248e
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
export interface ResetPasswordInfoEntity {
    email: string;
    newPassword: string;
    code: string;
}
 No newline at end of file