UNPKG

@web3auth/no-modal

Version:
10 lines (6 loc) 422 B
'use strict'; var constants = require('./constants.js'); const CONNECTED_STATUSES = [constants.CONNECTOR_STATUS.CONNECTED, constants.CONNECTOR_STATUS.AUTHORIZED]; const CAN_AUTHORIZE_STATUSES = [constants.CONNECTOR_STATUS.AUTHORIZING, constants.CONNECTOR_STATUS.AUTHORIZED, constants.CONNECTOR_STATUS.CONNECTED]; exports.CAN_AUTHORIZE_STATUSES = CAN_AUTHORIZE_STATUSES; exports.CONNECTED_STATUSES = CONNECTED_STATUSES;