diff --git a/src/components/app/app.ts b/src/components/app/app.ts index 14f72b4..4c8fcc7 100644 --- a/src/components/app/app.ts +++ b/src/components/app/app.ts @@ -133,6 +133,9 @@ export default class App extends Vue // Save courses this.courses = response.data.courses; + // Save CSRF token + this.http.csrf = response.data.csrf; + // Load assignments this.loadAssignments(); }