Documentation
    Preparing search index...

    Type Alias LoginPromptOptions

    Styling options for login prompt

    type LoginPromptOptions = {
        addLinks?: { text: string; url: string }[];
        background?: string;
        backgroundColor?: string;
        color?: string;
        glow?: string;
        hideApps?: boolean;
        logo?: string;
        persist?: boolean;
        textColor?: string;
        title?: string;
    }
    Index

    Properties

    addLinks?: { text: string; url: string }[]

    Add links to top of page

    background?: string

    Background image URL

    backgroundColor?: string

    Use background color instead of image

    color?: string

    Primary color as hex: #000000

    glow?: string

    Change glow color, defaults to color or set to falsy to disable

    hideApps?: boolean

    Hide app links

    logo?: string

    Logo URL

    persist?: boolean

    Allow users to stay logged in

    textColor?: string

    Color of headers & links

    title?: string

    Header string or HTML: logo