Skip to content

Commit

Permalink
initial feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
lovincyrus committed Dec 4, 2024
1 parent 96c119e commit 6d73462
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions web-auth/src/components/Auth.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@
decodeURIComponent(escape(window.atob(configParams))),
) as Config;
// Entry point: FIXME - There is no way to tell if the user is signing up unless we ask them to make a selection
// Entry point: Email invite redirect to signup
const isSignup = config?.extraParams?.screen_hint === "signup";
if (isSignup) {
Expand Down
4 changes: 2 additions & 2 deletions web-common/src/components/calls-to-action/CTANeedHelp.svelte
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p class="text-sm text-gray-500 text-center">
Need help? Reach out to us on <a href="http://bit.ly/3jg4IsF" target="_blank"
>Discord</a
Need help? Reach out to us at <a href="mailto:[email protected]"
>[email protected]</a
>
</p>

0 comments on commit 6d73462

Please sign in to comment.