Skip to content

Commit

Permalink
chore(phrases): update content (#6806)
Browse files Browse the repository at this point in the history
update content
  • Loading branch information
simeng-li authored Nov 15, 2024
1 parent 0020e26 commit ca85fae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ const sign_up_and_sign_in = {
'Enable or disallow user registration. Once disabled, users can still be added in the admin console but users can no longer establish accounts through the sign-in UI.',
unknown_session_redirect_url: 'Unknown session redirect URL',
unknown_session_redirect_url_tip:
'In certain cases, Logto may be unable to properly identify a user’s authentication session when they land on the sign-in page. This can happen if the session has expired, if the user bookmarks the sign-in URL for future access, or if they directly share the sign-in link. By default, an "unknown session" 404 error is displayed. To improve user experience, set a fallback URL to redirect users back to your application and reinitiate the authentication process.',
'Sometimes, Logto may not recognize a user’s session on the sign-in page, like when a session expires or the user bookmarks or shares the sign-in link. By default, an unknown session 404 error appears. To enhance user experience, set a fallback URL to redirect users back to your app and restart authentication.',
},
};

Expand Down

0 comments on commit ca85fae

Please sign in to comment.