mailnews: oauth2: use non-private window for oauth web dialog

This commit is contained in:
roytam1 2024-10-06 07:36:52 +08:00
commit 5846b6c177

View file

@ -49,7 +49,7 @@ OAuth2.prototype = {
consumerSecret: null,
completionURI: "http://localhost",
requestWindowURI: "chrome://messenger/content/browserRequest.xul",
requestWindowFeatures: "chrome,private,centerscreen,width=980,height=600",
requestWindowFeatures: "chrome,non-private,centerscreen,width=980,height=600",
requestWindowTitle: "",
scope: null,