AfterClass-io / afterclass.io-v2

[alpha] https://new.afterclass.io
https://afterclass-io-v2-git-main-afterclass.vercel.app/
MIT License
7 stars 2 forks source link

Clicking on expired signup confirmation link does not show error #302

Open davidlhw opened 3 weeks ago

davidlhw commented 3 weeks ago

Describe the bug

To Reproduce

Steps to reproduce the behavior:

  1. create user
  2. wait for email
  3. go to supabase dashboard, delete that pending user under the Auth tab
  4. click on link in email
  5. see login page with no error message
  6. url of page looks like https://new.afterclass.io/account/auth/login#error=access_denied&error_code=403&error_description=Email+link+is+invalid+or+has+expired

Expected behavior

should see some message indicating the corresponding error message

see https://supabase.com/docs/guides/auth/debugging/error-codes for list of error codes

davidlhw commented 3 weeks ago

related to #95