mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-28 03:17:31 +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
|
|
@ -2472,6 +2472,13 @@ nsresult nsNNTPProtocol::PasswordResponse()
|
|||
return NS_ERROR_FAILURE;
|
||||
}
|
||||
|
||||
NS_IMETHODIMP nsNNTPProtocol::OnPromptStartAsync(nsIMsgAsyncPromptCallback *aCallback)
|
||||
{
|
||||
bool result = false;
|
||||
OnPromptStart(&result);
|
||||
return aCallback->OnAuthResult(result);
|
||||
}
|
||||
|
||||
NS_IMETHODIMP nsNNTPProtocol::OnPromptStart(bool *authAvailable)
|
||||
{
|
||||
NS_ENSURE_ARG_POINTER(authAvailable);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue