issues
search
dartmouth-cs98-23f
/
opportune-frontend
Opportune Frontend Repo
2
stars
1
forks
source link
Patch/fix login routing
#101
Closed
ethan-l-chen-24
closed
9 months ago
ethan-l-chen-24
commented
9 months ago
closes #100
Routes are now rewired to /company/
, /newhire/
, and /team/*
Removed separate company and team login pages - now it is just one centralized login
restricted access to other portals by user type implemented by adding a new user_type cookie
The email-link based routes are now active - accounts can only be made if a company has created the associated newhire / team
Signup automatically logs newhires in
closes #100