Merge pull request #3088 from dpalou/MOBILE-3909
MOBILE-3909 airnotifier: Don't show confirm before open browsermain
commit
718f2c843b
|
@ -222,7 +222,9 @@ export class AddonMessageOutputAirnotifierProvider {
|
|||
);
|
||||
|
||||
// Don't try auto-login, admins cannot use it.
|
||||
CoreUtils.openInBrowser(url);
|
||||
CoreUtils.openInBrowser(url, {
|
||||
showBrowserWarning: false,
|
||||
});
|
||||
},
|
||||
},
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue