* Adding MFA support * specific actions on mfa * Fix header on new navigation * review feedback
6 lines
179 B
JavaScript
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;
|