Hiyve Components - v1.0.0
    Preparing search index...

    Interface PasswordResetFormProps

    Props for the PasswordResetForm component.

    interface PasswordResetFormProps {
        colors?: Partial<PasswordResetFormColors>;
        icons?: Partial<PasswordResetFormIcons>;
        labels?: Partial<PasswordResetFormLabels>;
        onBack?: () => void;
        onError?: (error: Error) => void;
        onSuccess?: () => void;
        styles?: Partial<PasswordResetFormStyles>;
        sx?: SxProps<Theme>;
        token: string;
    }
    Index

    Properties

    colors?: Partial<PasswordResetFormColors>

    Override default color values

    icons?: Partial<PasswordResetFormIcons>

    Override default icons

    labels?: Partial<PasswordResetFormLabels>

    Override default text strings

    onBack?: () => void

    Called when the user clicks "Back to login"

    onError?: (error: Error) => void

    Called when the password reset fails

    onSuccess?: () => void

    Called after the password is reset successfully

    styles?: Partial<PasswordResetFormStyles>

    Override default dimensions and spacing

    sx?: SxProps<Theme>

    MUI sx prop applied to the root container

    token: string

    Reset token from the password reset email URL