ai-economy-simulator / ecosim-client

https://ecosim-client-fliptrails-projects.vercel.app
Apache License 2.0
1 stars 10 forks source link

Log possible authentication error to console #7

Open fliptrail opened 10 months ago

fliptrail commented 10 months ago

Authentication error while using Auth0 should be logged on the console, and the UI below should be updated accordingly.

https://github.com/ai-economy-simulator/ecosim-client/blob/e6140095a4e0a719dcb18eb1663a9f2ecad0a47e/src/app/components/navbar.tsx#L25

involk-secure-1609 commented 10 months ago

could u assign this issue to me

involk-secure-1609 commented 9 months ago

how exactly should the ui be updated , like what should it display if there is an error

fliptrail commented 9 months ago

It should give a toast message on the UI. See the existing implementation on how to render a toast.