adaptive-webdev

Results 1 issues of adaptive-webdev

existingToken can be a string 'null' (not empty). Therefore, the if (existingToken) statement is evaluated as true when existingToken is a string 'null'. A possible fix is changing the if...