diff --git a/src/components/app/app.ts b/src/components/app/app.ts index f0f4c52..e8245a3 100644 --- a/src/components/app/app.ts +++ b/src/components/app/app.ts @@ -123,6 +123,10 @@ export default class App extends Vue */ public loadCoursesAfterLogin() { + // Show loading message + this.logLoading('2. Loading courses...'); + + // Post request App.http.post('/courses', {}).then(response => { // Check success