Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorMike Greiling <mike@pixelcog.com>2018-03-02 00:05:49 +0300
committerMike Greiling <mike@pixelcog.com>2018-03-02 08:27:47 +0300
commit617a8e2a3abd74b90f2bed4a2d20e7239f41d103 (patch)
treee00c600c260a273b6f510e6dc79434fbf0021c8b /config
parentbb41a889487463f626796a390148ae7870c16824 (diff)
remove two_factor_auth bundle
Diffstat (limited to 'config')
-rw-r--r--config/webpack.config.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/config/webpack.config.js b/config/webpack.config.js
index fd0bfb59e65..b883f5fd927 100644
--- a/config/webpack.config.js
+++ b/config/webpack.config.js
@@ -48,7 +48,6 @@ function generateEntries() {
protected_branches: './protected_branches',
registry_list: './registry/index.js',
terminal: './terminal/terminal_bundle.js',
- two_factor_auth: './two_factor_auth.js',
common: './commons/index.js',
common_vue: './vue_shared/vue_resource_interceptor.js',