Skip to content

windowMode: parameter is not taken #11

@sinolopes

Description

@sinolopes

windowMode parameter is not taken into constructor of Venly or does not work.

e.g.

import { initializeConnector } from "@web3-react/core";
import { Venly } from "@sinodevi/web3-react-venly";

import { WindowMode } from "@venly/web3-provider";

export const [venly, venlyHooks] = initializeConnector<Venly>(
  (actions) =>
    new Venly({
      actions,
      options: {
        clientId: "Testaccount",
        environment: "staging",
        skipAuthentication: true,
        windowMode: WindowMode.REDIRECT,
        authenticationOptions: {
          windowMode: WindowMode.REDIRECT,
        },
      },
    })
);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions