Skip to content

Commit a98ebd5

Browse files
committed
supabase: rm unsupported config properties, run format after types export
1 parent 9875540 commit a98ebd5

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
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",

supabase/config.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,6 @@ enable_signup = true
8484
double_confirm_changes = true
8585
# If enabled, users need to confirm their email address before signing in.
8686
enable_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

0 commit comments

Comments
 (0)