RenzoBA / School-Management-System-CLIENT

https://quantum-school-management-system.vercel.app
2 stars 0 forks source link

login redirects to dashboard before call to api is complete #1

Open johnpatrick254 opened 8 months ago

johnpatrick254 commented 8 months ago

When loging in, the page redirects to dashboard even before the call to api to authenticated is completed

RenzoBA commented 8 months ago

Fix: BASE_URL variable passed from server. Ready to test with server deploy

johnpatrick254 commented 8 months ago

issue persists on the server, the onSuccess hook is called before the API response is received