login 2nd step send header

This commit is contained in:
yuri
2019-08-06 13:56:19 +03:00
parent 6ea5ed4f55
commit 1a4e40d0cd
+1
View File
@@ -103,6 +103,7 @@ define('views/login-second-step', 'view', function (Dep) {
'Authorization': 'Basic ' + Base64.encode(userName + ':' + password),
'Espo-Authorization': Base64.encode(userName + ':' + password),
'Espo-Authorization-Code': code,
'Espo-Authorization-Create-Token-Secret': true,
},
}).then(
function (data) {