Skip to content

Commit ed90d2a

Browse files
authored
docs: escape token (supabase#46313)
1 parent ba46170 commit ed90d2a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

apps/docs/content/guides/local-development/customizing-email-templates.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ There are several authentication-related email templates which can be configured
101101

102102
### `auth.email.template.reauthentication`
103103

104-
**Default subject**: "{{ .Token }} is your verification code"
104+
**Default subject**: "`{{ .Token }} is your verification code`"
105105
**When sent**: When a user needs to re-authenticate for sensitive operations
106106
**Purpose**: Ask users to verify their identity before a sensitive operation
107107
**Content**: Contains a 6-digit OTP code for verification

apps/docs/content/guides/telemetry/client-side-tracing.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Once trace context is flowing through, the `trace_id` appears in:
7373
- **API Gateway logs** — every request to PostgREST, Auth, Storage, and Realtime
7474
- **Edge Function logs** — invocations and any structured logs emitted from within the function
7575

76-
If you forward Supabase logs to a third-party backend via [Log Drains](/guides/telemetry/log-drains), you can join Supabase logs to your own client and server traces using the shared `trace_id`. This is especially useful for self-hosted setups where you already operate your own OpenTelemetry collector — Supabase logs become first-class citizens in your existing tracing UI.
76+
If you forward Supabase logs to a third-party backend via [Log Drains](/docs/guides/telemetry/log-drains), you can join Supabase logs to your own client and server traces using the shared `trace_id`. This is especially useful for self-hosted setups where you already operate your own OpenTelemetry collector — Supabase logs become first-class citizens in your existing tracing UI.
7777

7878
## Using a vendor tracing SDK
7979

0 commit comments

Comments
 (0)