* Clears the application verifier.
()
| 549 | * Clears the application verifier. |
| 550 | */ |
| 551 | function clearAppVerifier() { |
| 552 | if (recaptchaVerifier) { |
| 553 | recaptchaVerifier.clear(); |
| 554 | recaptchaVerifier = null; |
| 555 | } |
| 556 | recaptchaWidgetId = null; |
| 557 | } |
| 558 | |
| 559 | /** |
| 560 | * Clears the multi-factor dialog. |
no outgoing calls
no test coverage detected