SENG499-COMPANY4 / frontend

A course scheduler created for the University of Victoria Software Engineering department.
http://seng-scheduler.web.app
3 stars 3 forks source link

Login Authentication #52

Closed vijaivir closed 11 months ago

vijaivir commented 1 year ago

When a user enters their credential, check the backend to determine the type of user they are, and load the view accordingly. Currently, the frontend loads view based on the username. Check with @markmotet for more details.