From 8b38420891cd7db2653a124d3851ee9aef90d28b Mon Sep 17 00:00:00 2001 From: C0D3 M4513R <28912031+C0D3-M4513R@users.noreply.github.com> Date: Thu, 24 Sep 2026 00:38:19 +0200 Subject: [PATCH] Reportedly passkeys are being tested by VRChat This adds support for the alleged value --- openapi/components/schemas/TwoFactorAuthType.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/openapi/components/schemas/TwoFactorAuthType.yaml b/openapi/components/schemas/TwoFactorAuthType.yaml index 78ab97ba..84226587 100644 --- a/openapi/components/schemas/TwoFactorAuthType.yaml +++ b/openapi/components/schemas/TwoFactorAuthType.yaml @@ -3,4 +3,5 @@ type: string enum: - emailOtp - otp + - passkey - totp