mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-07 00:08:39 +09:00
Bug 1176399 - Multiple requests for master password when GMail OAuth2 is enabled.
This commit is contained in:
parent
4103320dde
commit
f7a24c87f6
6 changed files with 101 additions and 21 deletions
|
|
@ -8513,6 +8513,13 @@ nsresult nsImapProtocol::GetPassword(nsCString &password,
|
|||
return rv;
|
||||
}
|
||||
|
||||
NS_IMETHODIMP nsImapProtocol::OnPromptStartAsync(nsIMsgAsyncPromptCallback *aCallback)
|
||||
{
|
||||
bool result = false;
|
||||
OnPromptStart(&result);
|
||||
return aCallback->OnAuthResult(result);
|
||||
}
|
||||
|
||||
// This is called from the UI thread.
|
||||
NS_IMETHODIMP
|
||||
nsImapProtocol::OnPromptStart(bool *aResult)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue