Skip to content

Commit 699d53e

Browse files
authored
docs: update documentation for issue supabase#36705 (supabase#36716)
1 parent 833eaee commit 699d53e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

apps/docs/spec/cli_v1_config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -895,14 +895,14 @@ parameters:
895895
- name: 'Auth Server configuration'
896896
link: 'https://supabase.com/docs/reference/auth'
897897

898-
- id: 'auth.email.otp_exp'
899-
title: 'auth.email.otp_exp'
898+
- id: 'auth.email.otp_expiry'
899+
title: 'auth.email.otp_expiry'
900900
tags: ['auth']
901901
required: false
902-
default: '300'
902+
default: '3600'
903903
description: |
904904
The expiry time for an OTP code in seconds.
905-
Default is 300 seconds (5 minutes).
905+
Default is 3600 seconds (1 hour).
906906
links:
907907
- name: 'Auth Server configuration'
908908
link: 'https://supabase.com/docs/reference/auth'

0 commit comments

Comments
 (0)