You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: update README to use better syntax for json code block (#1935)
## What kind of change does this PR introduce?
This PR is to update `README` to use better syntax for `json` code
block.
## What is the current behavior?
Some of `json` code blocks aren't valid json format, e.g it shows
comments in red:
<img width="844" alt="image"
src="https://github.com/user-attachments/assets/a4a9a8ec-a8f3-4204-a212-605f7d9924f3"
/>
## What is the new behavior?
Use `js` syntax for `json` code block for better looking.
## Additional context
N/A
@@ -1192,7 +1192,7 @@ If `GOTRUE_SECURITY_UPDATE_PASSWORD_REQUIRE_REAUTHENTICATION` is enabled, the us
1192
1192
1193
1193
Sends a nonce to the user's email (preferred) or phone. This endpoint requires the user to be logged in / authenticated first. The user needs to have either an email or phone number for the nonce to be sent successfully.
0 commit comments