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

    Interface TfaVerificationLabels

    interface TfaVerificationLabels {
        backToLogin: string;
        codeLabel: string;
        codePlaceholder: string;
        resendButton: string;
        resendCountdown: (seconds: number) => string;
        submitButton: string;
        submittingButton: string;
        subtitle: string;
        title: string;
    }
    Index

    Properties

    backToLogin: string
    codeLabel: string
    codePlaceholder: string
    resendButton: string
    resendCountdown: (seconds: number) => string
    submitButton: string
    submittingButton: string
    subtitle: string
    title: string