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
Replaced promise.catch() with `promise.then(null, function) to support IE8. da7c9bc
Check if popup is open and window.focus is defined before calling focus(). 8253aee
Token Prefix is used only if it is defined to avoid a token name like _token if you choose not to have the satellizer_ prefix in front of name stored in Local Storage. 92f4d82
Demo: Display server error message if cannot fetch profile information. b2256e0
Node: Use moment().unix() (seconds) instead of Date.now() (milliseconds). e0996bb