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
When you are on localhost with another site that you are logged into, line `39` picks up the cookie, but it is not valid for this site.
This makes the `unprotected` variable null and throws an error.
This code fix checks if `unprotected` is null first and handles it accordingly.
0 commit comments