Closed activenode closed 8 months ago
… like get/set/remove
Bug fix
If you provide {auth: {storage: {storageKey}}} as option it will make the cookies variable undefined and fail.
{auth: {storage: {storageKey}}}
Doesn't fail anymore and works properly.
… like get/set/remove
What kind of change does this PR introduce?
Bug fix
What is the current behavior?
If you provide
{auth: {storage: {storageKey}}}
as option it will make the cookies variable undefined and fail.What is the new behavior?
Doesn't fail anymore and works properly.