one more bit of logic
This commit is contained in:
parent
b28f03d76c
commit
d13f2ec9e5
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ export function getDeviceIdValue(){
|
||||||
const cookieValuesSplit = cookieValue.split('=');
|
const cookieValuesSplit = cookieValue.split('=');
|
||||||
|
|
||||||
// If this is the only value, just use that.
|
// If this is the only value, just use that.
|
||||||
if(cookieValuesSplit.length === 2){
|
if(cookieValuesSplit.length === 2 && cookieValuesSplit[0] === 'did'){
|
||||||
return cookieValuesSplit[1];
|
return cookieValuesSplit[1];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue