move credential.js from customize.dist/ to www/common/

This commit is contained in:
ansuz
2019-09-27 12:04:31 +02:00
parent 83c19f01f3
commit 6425d492f1
5 changed files with 22 additions and 10 deletions

View File

@@ -1017,7 +1017,7 @@ define([
var Cred, Block, Login;
Nthen(function (waitFor) {
require([
'/customize/credential.js',
'/common/common-credential.js',
'/common/outer/login-block.js',
'/customize/login.js'
], waitFor(function (_Cred, _Block, _Login) {