Skip to content

Conversation

@TaprootFreak
Copy link
Collaborator

Summary

  • Change default redirect after email login from /kyc to /account
  • Provides better user experience for general email login flow

Changes

  • Updated auth.service.ts:316 to redirect to /account instead of /kyc
  • All other KYC-specific email URLs remain unchanged (transactions, KYC steps, etc.)

Context

When users sign in via email link without a specific redirect URI, they should land on the general account page rather than the KYC page. The KYC page is only relevant when there's explicit KYC context (e.g., pending transactions requiring KYC).

Test plan

  • Test email login flow and verify redirect to /account
  • Verify email login with custom redirectUri still works correctly
  • Confirm KYC-specific emails still redirect to appropriate pages

After signing in via email link, users are now redirected to /account
instead of /kyc, which provides a better default landing page for
authenticated users without specific KYC context.
@TaprootFreak TaprootFreak merged commit 620b2a4 into develop Dec 31, 2025
1 check passed
@TaprootFreak TaprootFreak deleted the fix/mail-login-redirect branch December 31, 2025 11:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants