mirror of
https://github.com/better-auth/better-auth.git
synced 2026-05-27 09:32:20 -05:00
chore(docs): fix syntax error on code example
This commit is contained in:
@@ -353,7 +353,7 @@ Table: `twoFactor`
|
||||
|
||||
<DatabaseTable
|
||||
fields={[
|
||||
{ name: "userId", type: "string", description: "The id of the user", isForeignKey: true }
|
||||
{ name: "userId", type: "string", description: "The id of the user", isForeignKey: true },
|
||||
{ name: "secret", type: "string", description: "The secret used to generate the TOTP code.", isOptional: true },
|
||||
{ name: "backupCodes", type: "string", description: "The backup codes used to recover access to the account if the user loses access to their phone or email.", isOptional: true },
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user