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

    Interface HoneypotInputProps

    interface HoneypotInputProps {
        encryptedValidFrom: string;
        nameFieldName: string;
        validFromFieldName: string | null;
    }
    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: string | null

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