We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58daa71 commit bea4669Copy full SHA for bea4669
src/content/docs/design/content-customization/update-auth-page-content.mdx
@@ -40,9 +40,9 @@ Variables can be used on pages as follows.
40
41
**Sign in confirm code page**
42
43
-`${email_address}`
+`${email_address}` - shows the full email address of the user
44
45
-`${email_address_obfuscated}`
+`${email_address_obfuscated}` - shows only a part of the user's email
46
47
**Sign up confirm code page**
48
0 commit comments