Closed tealise closed 7 years ago
The changes will take care of implementing an admin vs non-admin role check. This also changes the views to accommodate new routes.
admin => /dashboard and /portal user => /portal (no access to /dashboard)
/dashboard
/portal
fixes #7
The changes will take care of implementing an admin vs non-admin role check. This also changes the views to accommodate new routes.
admin =>
/dashboard
and/portal
user =>/portal
(no access to/dashboard
)