Skip to content
  • Design
  • Content

Update page content in the auth flow

For maximum extensibility, page content has been decoupled from the page itself.

This lets you update the copy on most screens, which you can do via the Page content section of the admin area (see below) or via API (coming soon).

Update page content

Link to this section

If your application is built for multiple languages, select these first in Kinde.

  1. In Kinde, go to Design > Page content.
  2. Select the language you want (only applicable if multiple languages are configured).
  3. Select the page you want to edit. The list of content shown corresponds with sections as they appear on the page to the user. For example, Main heading, Email field, etc.
  4. Make the changes to the content. If you want, you can use text variables, explained below.
  5. When you’ve finished, select Save.
  6. Check changes by selecting Preview.

Text variables for page content

Link to this section

Variables are used to stand in for actual values that you want to appear on pages. They are a way of automating content. For example, if you use the ${email_address} variable, the user’s email address will be shown.

Variables can be used on pages as follows.

Sign in confirm code page

${email_address}

${email_address_obfuscated}

Sign up confirm code page

${email_address}

Include ‘escape route’ URL in auth errors

Link to this section

When auth errors appear, you want to give users a way to navigate out of them. To provide an ‘escape route’ URL in these situations:

  1. In Kinde, go to Settings > Applications and select View details on your application.
  2. Enter your website URL into the Application homepage URI and Application login URI fields.
  3. Select Save.