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

    Type Alias AuthFlowView

    AuthFlowView:
        | "login"
        | "register"
        | "forgotPassword"
        | "tfa"
        | "resetPassword"
        | "emailVerification"

    Active view in the AuthFlow component.

    Pass as initialView to control which form is shown first, or use resetToken / verificationToken props to auto-navigate.