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