You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can only preview custom code if you are on a Kinde Plus or Scale plan.
16
+
17
+
</Aside>
18
+
19
+
Unlike changes you make in the Kinde UI that impact page layouts and content, your custom designs can’t be viewed in a Kinde-generated preview.
20
+
21
+
Instead, you can test designs using your real auth flow, using preview credentials.
22
+
23
+
## Preview custom code
24
+
25
+
1. In your application code, pass the additional auth url parameter `pages_mode=preview`. When the auth flow is initiated a password screen will appear which is required to view the preview.
26
+
2. Enter your preview password. Go to **Design > Custom code > Preview**.
27
+
2. Copy the **Password** and use it in the authentication request.
28
+
29
+
30
+
The preview will show the latest code deployment version.
0 commit comments