gbowne1 / RadioLogger

A Radio Logging application build with NodeJS and ExpressJS
GNU General Public License v3.0
6 stars 6 forks source link

[BUG] Login only works partially #48

Closed gbowne1 closed 1 year ago

gbowne1 commented 1 year ago

After Filling in some test credentials and clicking Login,

You get:

User logged in: Object { email: "testuser@example.com", password: "Testpass1!", keepLoggedIn: false }

in the browser console.. but there is no immdiate redirect to /dashboard which would be the next page in the flow, unless the user has not registered.

gbowne1 commented 1 year ago

Closee as fixed