mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-03 09:34:48 +02:00
Merge branch 'dev' into feat/internal-user-passkey-support
This commit is contained in:
commit
9075ecb007
32 changed files with 1071 additions and 1123 deletions
|
@ -121,6 +121,7 @@ export const users = pgTable("user", {
|
|||
}),
|
||||
passwordHash: varchar("passwordHash"),
|
||||
twoFactorEnabled: boolean("twoFactorEnabled").notNull().default(false),
|
||||
twoFactorSetupRequested: boolean("twoFactorSetupRequested").default(false),
|
||||
twoFactorSecret: varchar("twoFactorSecret"),
|
||||
emailVerified: boolean("emailVerified").notNull().default(false),
|
||||
dateCreated: varchar("dateCreated").notNull(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue