mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 16:22:14 +00:00
confirm token in 2fa challenge
This commit is contained in:
2
resources/js/store/modules/userAuth.js
vendored
2
resources/js/store/modules/userAuth.js
vendored
@@ -135,7 +135,7 @@ const actions = {
|
||||
|
||||
const mutations = {
|
||||
CHANGE_TWO_FACTOR_AUTHENTICATION_STATE(state, condition) {
|
||||
state.user.data.attributes.two_factor_authentication = condition
|
||||
state.user.data.attributes.two_factor_confirmed_at = condition
|
||||
},
|
||||
RETRIEVE_USER(state, user) {
|
||||
state.user = user
|
||||
|
||||
Reference in New Issue
Block a user