forked from MapComplete/MapComplete
Various small fixes to translations, login flow, docs, ...
This commit is contained in:
parent
1805f644ea
commit
e320f1af0c
9 changed files with 69 additions and 46 deletions
|
@ -36,7 +36,7 @@ export class OsmConnection {
|
|||
const iframeMode = window !== window.top;
|
||||
|
||||
|
||||
if ( iframeMode || !singlePage) {
|
||||
if ( iframeMode || pwaStandAloneMode || !singlePage) {
|
||||
// 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