Remix Utils - v9.0.0
    Preparing search index...

    Interface HoneypotInputProps

    interface HoneypotInputProps {
        encryptedValidFrom: string;
        nameFieldName: string;
        validFromFieldName: null | string;
    }
    Index

    Properties

    encryptedValidFrom: string

    The encrypted value of the current timestamp.

    nameFieldName: string

    The name expected to be used by the honeypot input field.

    validFromFieldName: null | string

    The name expected to be used by the honeypot valid from input field.