forked from MapComplete/MapComplete
Small fixes
This commit is contained in:
parent
fb13485983
commit
dd8f5e549e
5 changed files with 9 additions and 4 deletions
|
@ -36,7 +36,7 @@ export class OsmConnection {
|
|||
const iframeMode = window !== window.top;
|
||||
|
||||
|
||||
if (pwaStandAloneMode || iframeMode) {
|
||||
if ( iframeMode) {
|
||||
// In standalone mode, we DON'T use single page login, as 'redirecting' opens a new window anyway...
|
||||
// Same for an iframe...
|
||||
this.auth = new osmAuth({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue