hrithiqball / e-jobpack

An asset management system targetting oil and gas based company
https://e-jobpack-app.vercel.app
1 stars 1 forks source link

fix: overwhelming supabase auth #24

Closed hrithiqball closed 10 months ago

hrithiqball commented 11 months ago

For each page, need to auth by supabase everytime due to Navigation component.

Solution is to use redux as state for user info and just reads from there.

Can also implement new page or modal for account management

hrithiqball commented 10 months ago

Redundant issue as fixed by #30