Skip to content

Commit f57c71e

Browse files
authored
chore: correct placeholder (#2111)
1 parent cd40bd2 commit f57c71e

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/kratos/mfa/30_sms.mdx

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,5 +147,11 @@ metadata to a webhook of your choice. Please read the [SMS documentation](../ema
147147
To start a new MFA flow, for an already existing session, create a new login flow with the `aal` parameter set to `aal2`:
148148

149149
```
150-
https://<your-custom-domain-or-project-slug>/self-service/login/browser?aal=aal2
150+
https://$PROJECT_SLUG.projects.oryapis.com/self-service/login/browser?aal=aal2
151+
```
152+
153+
or
154+
155+
```
156+
https://ory.your-custom-domain.com/self-service/login/browser?aal=aal2
151157
```

0 commit comments

Comments
 (0)