From fda0d6df1fb6c16b836ce90bcecd01b15ec336fb Mon Sep 17 00:00:00 2001 From: yuri Date: Fri, 9 Feb 2018 15:51:05 +0200 Subject: [PATCH] fix login appParams --- client/src/views/login.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/client/src/views/login.js b/client/src/views/login.js index 94459dded6..75b7d72351 100644 --- a/client/src/views/login.js +++ b/client/src/views/login.js @@ -114,7 +114,8 @@ Espo.define('views/login', 'view', function (Dep) { user: data.user, preferences: data.preferences, acl: data.acl, - settings: data.settings + settings: data.settings, + appParams: data.appParams }); }.bind(this), error: function (xhr) {