Flarum (v2.0.0-beta.5)
    Preparing search index...

    Type Alias LoginParams

    type LoginParams = {
        identification: string;
        password: string;
        remember: boolean;
    }
    Index

    Properties

    identification: string

    The username/email

    password: string
    remember: boolean