UNPKG

@okta/okta-signin-widget

Version:
10 lines (8 loc) 337 B
import { BaseFooter } from '../internals'; import { getFactorPageCustomLink, getSwitchAuthenticatorLink } from '../utils/LinksUtil'; export default BaseFooter.extend({ links() { return getFactorPageCustomLink(this.options.appState, this.options.settings) .concat(getSwitchAuthenticatorLink(this.options.appState)); }, });