Skip to content
Snippets Groups Projects

Resolve "Logout of tutors after inactivity"

Merged Jan Maximilian Michal requested to merge 22-logout-of-tutors-after-inactivity into master
All threads resolved!
4 files
+ 18
10
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -63,10 +63,10 @@
this.loading = true
this.getJWTToken(this.credentials).then(() => {
this.loading = false
this.$router.push('/student/')
this.getExamModule()
this.getUserRole()
this.getJWTTimeDelta()
this.$router.push('/student/')
}).catch(() => { this.loading = false })
}
}
Loading