* Build "Login Done" page. * @return {Promise }
()
| 334 | * @return {Promise<void>} |
| 335 | */ |
| 336 | async function preBuildLoginDone() { |
| 337 | await preBuildLoginDoneVersion('0.1'); |
| 338 | } |
| 339 | |
| 340 | /** |
| 341 | * Build "Login Done" page for the specified version. |
no test coverage detected