We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bc3f12 commit 59adaf6Copy full SHA for 59adaf6
src/backend.js
@@ -193,7 +193,7 @@ var _ = Mavo.Backend = class Backend extends EventTarget {
193
}
194
195
addEventListener("message", evt => {
196
- if (evt.source === this.authPopup) {
+ if (evt.source === this.authPopup && evt.data.backend) {
197
if (evt.data.backend == this.id) {
198
this.accessToken = localStorage[`mavo:${id}token`] = evt.data.token;
199
0 commit comments