Chartbreaker
    Preparing search index...

    Type Alias LoginForm

    type LoginForm = {
        passwordField?: { label: string; type: "string" | "password" };
        usernameField?: { label: string; type: "string" | "password" };
    }
    Index

    Properties

    passwordField?: { label: string; type: "string" | "password" }
    usernameField?: { label: string; type: "string" | "password" }