Merge pull request #3088 from dpalou/MOBILE-3909

MOBILE-3909 airnotifier: Don't show confirm before open browser
main
Pau Ferrer Ocaña 2022-02-01 16:17:32 +01:00 committed by GitHub
commit 718f2c843b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -222,7 +222,9 @@ export class AddonMessageOutputAirnotifierProvider {
);
// Don't try auto-login, admins cannot use it.
CoreUtils.openInBrowser(url);
CoreUtils.openInBrowser(url, {
showBrowserWarning: false,
});
},
},
],