From aa037678cb4eb8ae12a9db4300d2dc6abedb3fcd Mon Sep 17 00:00:00 2001 From: Markus Thielker Date: Sun, 15 Dec 2024 03:37:07 +0100 Subject: [PATCH] NORY-36: remove webauthn from identity schema --- docker/ory-dev/ory/kratos/identity.schema.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/docker/ory-dev/ory/kratos/identity.schema.json b/docker/ory-dev/ory/kratos/identity.schema.json index b937fc1..c3572c0 100644 --- a/docker/ory-dev/ory/kratos/identity.schema.json +++ b/docker/ory-dev/ory/kratos/identity.schema.json @@ -15,9 +15,6 @@ "credentials": { "password": { "identifier": true - }, - "webauthn": { - "identifier": true } }, "recovery": {