Update login pipeline. Limit login to only password
This commit is contained in:
@@ -56,20 +56,6 @@ const schema: BUN_SQLITE_DatabaseSchemaType = {
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
tableName: "sso_login_codes",
|
||||
fields: [
|
||||
{
|
||||
fieldName: "user_id",
|
||||
dataType: "INTEGER",
|
||||
unique: true,
|
||||
},
|
||||
{
|
||||
fieldName: "code",
|
||||
dataType: "TEXT",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
tableName: "media",
|
||||
fields: [
|
||||
|
||||
Reference in New Issue
Block a user