pub async fn disable_totp_request(
jar: CookieJar,
__arg1: Path<String>,
__arg2: State<Database>,
__arg3: Json<TOTPDisable>,
) -> impl IntoResponse
Expand description
Disable TOTP for a user.
pub async fn disable_totp_request(
jar: CookieJar,
__arg1: Path<String>,
__arg2: State<Database>,
__arg3: Json<TOTPDisable>,
) -> impl IntoResponse
Disable TOTP for a user.