[+] Log loading before loading courses

This commit is contained in:
Hykilpikonna
2019-10-13 21:02:32 -04:00
parent dbe9c69771
commit b818420df7
+4
View File
@@ -123,6 +123,10 @@ export default class App extends Vue
*/ */
public loadCoursesAfterLogin() public loadCoursesAfterLogin()
{ {
// Show loading message
this.logLoading('2. Loading courses...');
// Post request
App.http.post('/courses', {}).then(response => App.http.post('/courses', {}).then(response =>
{ {
// Check success // Check success