You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The "expiration" field in the policy object of the writePolicy function concats a "1" to the month instead of adding. The fix would be to put dateExp.getUTCMonth() + 1 inside of parenthesis.
The "expiration" field in the
policyobject of thewritePolicyfunction concats a "1" to the month instead of adding. The fix would be to putdateExp.getUTCMonth() + 1inside of parenthesis.