added session_limit, adapted ajax calls (axios interceptor) in theme

This commit is contained in:
2021-09-16 21:40:18 +02:00
parent d26e21b5a5
commit a352b9745b
36 changed files with 197 additions and 54 deletions

View File

@ -2,7 +2,7 @@
import Vue from 'vue'
import { mapState, mapActions } from 'vuex'
import { MA } from 'vuejs/api/ma-axios'
import MA from 'vuejs/api/ma-axios'
export default {
name: "LoginForm",

View File

@ -2,7 +2,7 @@
import Vue from 'vue'
import { mapState, mapActions } from 'vuex'
import { MA } from 'vuejs/api/ma-axios'
import MA from 'vuejs/api/ma-axios'
import passwordStrength from 'check-password-strength'