Remove TOTP URL from UI (#1674)

This commit is contained in:
Shuchang Zheng
2025-01-29 21:06:08 +08:00
committed by GitHub
parent d1e0a172ec
commit 2166ab129b
10 changed files with 0 additions and 161 deletions

View File

@@ -38,7 +38,6 @@ function RetryTask() {
),
webhookCallbackUrl: task.request.webhook_callback_url ?? null,
totpIdentifier: task.request.totp_identifier ?? null,
totpVerificationUrl: task.request.totp_verification_url ?? null,
errorCodeMapping: task.request.error_code_mapping
? JSON.stringify(task.request.error_code_mapping, null, 2)
: "",