olivernjeru / replicant-trader

0 stars 0 forks source link

Fix Sign Out #30

Closed olivernjeru closed 2 months ago

olivernjeru commented 2 months ago

Precursor. After making changes in this commit, add ReversePrivateRoutes and add ReversePrivateRoutes 2, when signing out, a user would be briefly taken to the '/' route and then navigated to the '/login' route. This was a bug. The user is supposed to only be navigated to the '/' route.

olivernjeru commented 2 months ago
olivernjeru commented 2 months ago

This is solved in Fix Sign Out bug