From dcdd3b9bbd531ed2483fea522df760dcea9dc162 Mon Sep 17 00:00:00 2001 From: Sammy Date: Fri, 28 Nov 2025 10:11:01 +0100 Subject: [PATCH] fix(docs): correct typo in two-factor authentication plugin schema description --- docs/content/docs/plugins/2fa.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/docs/plugins/2fa.mdx b/docs/content/docs/plugins/2fa.mdx index 7abdc01f0e..3204d39656 100644 --- a/docs/content/docs/plugins/2fa.mdx +++ b/docs/content/docs/plugins/2fa.mdx @@ -436,7 +436,7 @@ twoFactor({ ## Schema -The plugin requires 1 additional fields in the `user` table and 1 additional table to store the two factor authentication data. +The plugin requires 1 additional field in the `user` table and 1 additional table to store the two factor authentication data. Table: `user`