(
textContent: string,
onSubmit: (opt: Options) => void,
{ltr = false, noSubmit = false, intText = ""} = {},
)
| 2014 | (res: any) => { |
| 2015 | if (res.message) { |
| 2016 | throw new FormError(ti, res.message); |
| 2017 | } else { |
| 2018 | resolution(res); |
| 2019 | better.hide(); |
| 2020 | } |
| 2021 | }, |
| 2022 | { |
| 2023 | fetchURL: api + "/auth/mfa/totp", |
| 2024 | method: "POST", |
| 2025 | headers: { |
no outgoing calls
no test coverage detected