fixed login redirect to base only for adherents
This commit is contained in:
@@ -182,6 +182,12 @@ export default {
|
||||
if (state.isAdmin) {
|
||||
window.location.reload(true)
|
||||
}
|
||||
if(state.isAdherent){
|
||||
this.$router.push({
|
||||
name: 'base'
|
||||
})
|
||||
}
|
||||
// this.openCloseHamMenu(false)
|
||||
resolve()
|
||||
})
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user