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 text was updated successfully, but these errors were encountered:
The "expiration" field in the
policy
object of thewritePolicy
function concats a "1" to the month instead of adding. The fix would be to putdateExp.getUTCMonth() + 1
inside of parenthesis.The text was updated successfully, but these errors were encountered: