Skip to content

Always return `active: true` when a `TokenAdapter` is used

Jamie Tanna requested to merge defect/tokens into develop

As we're using a real token, rather than the default constructor, we know we're in a case where this has been verified, so we can safely default active to true.

Merge request reports