lemmy-js-client
    Preparing search index...

    Type Alias LoginResponse

    A response for your login.

    type LoginResponse = {
        jwt?: SensitiveString;
        registration_created: boolean;
        verify_email_sent: boolean;
    }
    Index

    Properties

    This is None in response to Register if email verification is enabled, or the server requires registration applications.

    registration_created: boolean

    If registration applications are required, this will return true for a signup response.

    verify_email_sent: boolean

    If email verifications are required, this will return true for a signup response.