UNPKG

@okta/okta-signin-widget

Version:
10 lines (8 loc) 316 B
import { BaseHeader } from '../internals'; import { AUTHENTICATOR_KEY } from '../../ion/RemediationConstants'; import { BaseAuthenticatorBeacon } from './BaseAuthenticatorView'; export default BaseHeader.extend({ HeaderBeacon: BaseAuthenticatorBeacon.extend({ authenticatorKey: AUTHENTICATOR_KEY.OV, }) });