login 2nd step send header
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user