()
| 17 | * matched step for replay-guard checks. |
| 18 | */ |
| 19 | export const currentTotpStep = (): number => |
| 20 | Math.floor(nowMs() / 1000 / MFA_TOTP_STEP_SECONDS); |
| 21 | |
| 22 | /** |
| 23 | * Build the otpauth `TOTP` instance the service uses to both render |
no test coverage detected