* Clears the multi-factor dialog.
()
| 560 | * Clears the multi-factor dialog. |
| 561 | */ |
| 562 | function clearMfaDialog() { |
| 563 | mfaResolver = null; |
| 564 | phoneVerificationId = null; |
| 565 | mfaModal.close(); |
| 566 | clearAppVerifier(); |
| 567 | } |
| 568 | |
| 569 | /** |
| 570 | * Shows the element by ID. |
no test coverage detected