• Parameters

    • email: string
    • password: string
    • role: string

    Returns Promise<undefined | {
        error: any;
    }>