mirror of https://github.com/keeweb/keeweb
extended the oauth fix to iOS, see #1711
parent
f6e377f222
commit
a8f0d1af62
|
@ -46,7 +46,7 @@ const PopupNotifier = {
|
|||
Timeouts.CheckWindowClosed
|
||||
);
|
||||
} else {
|
||||
if (Features.isStandalone) {
|
||||
if (Features.isiOS) {
|
||||
const loc = PopupNotifier.tryGetLocationSearch(win);
|
||||
if (loc) {
|
||||
try {
|
||||
|
|
Loading…
Reference in New Issue