Skip to content

Commit

Permalink
Fix wording of allowed_redirect_urls explanation (#323)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaclarke committed Feb 26, 2024
1 parent 507c7a7 commit 896de03
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions shared/studio/tabs/auth/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -310,11 +310,11 @@ const ConfigPage = observer(function ConfigPage() {
)}
</div>
<div className={styles.configExplain}>
New line-separated list of URLs that will be checked against this
list to ensure they are going to a trusted domain controlled by
the application. URLs are matched based on checking if the
candidate redirect URL is a match or a subdirectory of any of
these allowed URLs.
Newline-separated list of URLs that will be checked against to
ensure redirects are going to a trusted domain controlled by the
application. URLs are matched based on checking if the candidate
redirect URL is a match or a subdirectory of any of these allowed
URLs.
</div>
</div>
</div>
Expand Down

0 comments on commit 896de03

Please sign in to comment.