omou-org / front-end

2 stars 1 forks source link

Fixed Google Classroom call error by re-adding missing function #781

Closed ml5885 closed 3 years ago

ml5885 commented 3 years ago

LoginPage.js was missing the function getCourses(), which was causing an issue since the function was being called. getCourses() was added back into the file from AdminProfileSettings.js which fixed the issue, with all Google Classroom functionality working.