Skip to content

Commit bb40ca8

Browse files
Fix code block not showing the parameters needed in the request (#287)
1 parent 51118b2 commit bb40ca8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

content/guides/3.auth/3.creating-users.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ When using the register user endpoint, add a `verification_url` property. The re
4040

4141
Your application must extract this value and send a GET request to the verify email endpoint, with the token appended as a `token` parameter.
4242

43-
```json [GET /users/register/verify-email]?token=<token>
43+
```http
44+
GET /users/register/verify-email?token=<token>
4445
```
4546

4647
::callout{icon="material-symbols:menu-book-outline" color="purple" to="/configuration/security-limits"}

0 commit comments

Comments
 (0)