* Displays the multi-factor dialog.
()
| 237 | * Displays the multi-factor dialog. |
| 238 | */ |
| 239 | function showMfaDialog() { |
| 240 | updateMfaDialog(); |
| 241 | mfaModal.show(); |
| 242 | } |
| 243 | |
| 244 | /** |
| 245 | * Displays Recaptcha verifier in the provided container. |
no test coverage detected