interceptor changes
This commit is contained in:
@@ -241,8 +241,8 @@ export class InterceptLoader {
|
|||||||
|
|
||||||
headerSetup(req) {
|
headerSetup(req) {
|
||||||
this.LoginUserData = securityFunctions.getSessionStorage('LoginUserData') ? JSON.parse(securityFunctions.getSessionStorage('LoginUserData')) : '';
|
this.LoginUserData = securityFunctions.getSessionStorage('LoginUserData') ? JSON.parse(securityFunctions.getSessionStorage('LoginUserData')) : '';
|
||||||
// let domain = document.location.host
|
let domain = document.location.host
|
||||||
let domain = 'extranet.dev.futuretravelplatform.com'
|
// let domain = 'extranet.dev.futuretravelplatform.com'
|
||||||
let domainName = domain.replace(/^(https?:\/\/)?/, '');
|
let domainName = domain.replace(/^(https?:\/\/)?/, '');
|
||||||
const adjustedTime = this.apiServ.getAdjustedLocalTime(); // Get adjusted local time
|
const adjustedTime = this.apiServ.getAdjustedLocalTime(); // Get adjusted local time
|
||||||
// Handle vendor id in token
|
// Handle vendor id in token
|
||||||
|
|||||||
Reference in New Issue
Block a user