From f9a3a4b3949dddecae413b97904c895b2cd887bf Mon Sep 17 00:00:00 2001 From: JoramWilander Date: Wed, 30 Mar 2016 12:49:29 -0400 Subject: Add MFA functionality --- mattermost.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mattermost.go') diff --git a/mattermost.go b/mattermost.go index c555862e9..d397a1ad8 100644 --- a/mattermost.go +++ b/mattermost.go @@ -29,7 +29,9 @@ import ( _ "github.com/mattermost/platform/model/gitlab" // Enterprise Deps + _ "github.com/dgryski/dgoogauth" _ "github.com/go-ldap/ldap" + _ "github.com/mattermost/rsc/qr" ) //ENTERPRISE_IMPORTS -- cgit v1.2.3-1-g7c22