@okta/okta-signin-widget
Version:
The Okta Sign-In Widget
10 lines (8 loc) • 316 B
JavaScript
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,
})
});