Skip to content

Commit

Permalink
chore: adds redirect URL step in settings component
Browse files Browse the repository at this point in the history
  • Loading branch information
Russell Green committed Aug 1, 2024
1 parent f04e95b commit 40c3245
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
11 changes: 11 additions & 0 deletions apps/demo/src/app/main/main.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,17 @@ <h4>Steps:</h4>
>
(if needed)
</li>
<li>
Add <small class="url">https://ng-supabase.netlify.app</small> as a
redirect URL
<a
href="https://supabase.com/docs/guides/auth/redirect-urls"
rel="noopener"
target="_blank"
aria-label="Docs"
><i class="pi pi-info-circle"></i
></a>
</li>
<li>Enter your instance details below</li>
</ol>

Expand Down
4 changes: 4 additions & 0 deletions apps/demo/src/app/main/main.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,7 @@ section {
main {
max-width: 1200px;
}

.url{
color:gray;
}

0 comments on commit 40c3245

Please sign in to comment.