File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
en/identity-server/next/docs/guides/users Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -368,7 +368,7 @@ To filter users by account status:
368368
369369## Add users with email verification
370370
371- 1. Enable email verification
371+ 1: Enable email verification
372372
373373!!! abstract ""
374374
@@ -386,7 +386,7 @@ To filter users by account status:
386386 ]
387387 }'
388388
389- 2. Configure email verification method (Optional). Enable this to send OTP via email.
389+ 2: Configure email verification method (Optional). Enable this to send OTP via email.
390390
391391!!! abstract ""
392392
@@ -404,7 +404,7 @@ To filter users by account status:
404404 ]
405405 }'
406406
407- 3. Create user with email verification required
407+ 3: Create user with email verification required
408408
409409!!! abstract ""
410410
@@ -459,7 +459,7 @@ To filter users by account status:
459459 "HTTP/1.1 201 Created"
460460 ```
461461
462- 4. Confirm email or validate OTP (One-Time Password)
462+ 4: Confirm email or validate OTP (One-Time Password)
463463
464464You can verify the email using the confirmation link, or enter the OTP using the following API.
465465
You can’t perform that action at this time.
0 commit comments