fawind / notes

App for writing "wysiwyg" markdown notes
https://md-note.appspot.com/
4 stars 1 forks source link

Fix Google auth error #23

Open fawind opened 7 years ago

fawind commented 7 years ago

Error thrown by Google auth library (Chrome, OSX):

cb=gapi.loaded_0:109 Uncaught {error: "idpiframe_initialization_failed", details: "Failed to read the 'localStorage' property from 'Window': Access is denied for this document."}
fawind commented 7 years ago

Happens when the user blocks third-party cookies. gapi.auth2.init() throws an idpiframe_initialization_failed error (ref).