issues
search
DeveloperRic
/
Scholar
A Progressive Web App (PWA) used to keep a close eye on your classes, assignments, and grade progression.
https://victorolaitan.xyz/projects/scholar
3
stars
1
forks
source link
Fix home navigation
#8
Closed
DeveloperRic
closed
3 years ago
DeveloperRic
commented
3 years ago
Use custom
IsLoggedInGuard
instead of
AuthGuard
to avoid redirects when navigation
Fix home -> manage navigation
Stop force reloading the page post-login
package.json
updates
IsLoggedInGuard
instead ofAuthGuard
to avoid redirects when navigationpackage.json
updates