forked from EVOgeek/Vmeda.Online
MOBILE-3909 airnotifier: Don't show confirm before open browser
This commit is contained in:
parent
5a5036c6b5
commit
d9a9c785e6
@ -222,7 +222,9 @@ export class AddonMessageOutputAirnotifierProvider {
|
|||||||
);
|
);
|
||||||
|
|
||||||
// Don't try auto-login, admins cannot use it.
|
// Don't try auto-login, admins cannot use it.
|
||||||
CoreUtils.openInBrowser(url);
|
CoreUtils.openInBrowser(url, {
|
||||||
|
showBrowserWarning: false,
|
||||||
|
});
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user