kscalelabs / store

K-Scale Labs store
https://robolist.xyz
MIT License
17 stars 13 forks source link

Make the "Success!" message after sending an email look nicer #89

Closed codekansas closed 1 month ago

codekansas commented 1 month ago

See image attached - looks ugly imo

image
chennisden commented 1 month ago

We should also be hiding Sign In With Google upon Success

chennisden commented 1 month ago

We should also be hiding Sign In With Google

Annoyingly this actually requires some rearching of the auth component. EIther we fold Email and google Auth component together (unlikely to be ideal) or we need to export some context of Success

Of course, this is unless we just decide to scrap the whole thing and make a dedicated login page. I think this is the better solution; we should figure this out after another userauth rearch