interface IsLoggedInOptions {
    notLoggedInRedirect: string;
    sendVerificationEmail?: boolean;
}

Properties

notLoggedInRedirect: string

Path to redirect when not logged in

sendVerificationEmail?: boolean

When false, sets sendVerificationEmail=false on the redirect url This is used by the login block to skip sending the verification email in cases where the user is already logged in but not verified

Generated using TypeDoc