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

Preferences patch #84

Closed vijaivir closed 1 year ago

vijaivir commented 1 year ago

Contains the new preferences form and a patch for the API issues. Using axios was causing some issues with the authentication cookie not being stored in the browser so the patch uses fetch instead.