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