File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change 1515 "migration" : " supabase migration new" ,
1616 "migrate" : " supabase migration up" ,
1717 "update-types-local" : " supabase gen types typescript --local > src/shared/db.types.ts" ,
18- "update-types-linked" : " supabase gen types typescript --linked > src/shared/db.types.ts"
18+ "update-types-linked" : " supabase gen types typescript --linked > src/shared/db.types.ts && deno run format "
1919 },
2020 "imports" : {
2121 "@std/assert" : " jsr:@std/assert@^1.0.12" ,
Original file line number Diff line number Diff line change @@ -84,10 +84,6 @@ enable_signup = true
8484double_confirm_changes = true
8585# If enabled, users need to confirm their email address before signing in.
8686enable_confirmations = true
87- secure_password_change = false
88- max_frequency = " 1m0s"
89- otp_length = 6
90- otp_expiry = 3600
9187
9288[auth .email .template ]
9389# Uncomment to customize email template
You can’t perform that action at this time.
0 commit comments