mattermost-mobile/app/scenes/mfa/index.js
enahum 79902e8ceb Mfa (#182)
* Adding MFA support

* specific actions on mfa

* Fix header on new navigation

* review feedback
2017-01-24 16:08:09 -05:00

6 lines
179 B
JavaScript

// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved.
// See License.txt for license information.
import MfaContainer from './mfa_container';
export default MfaContainer;