mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-08-15 08:12:25 +02:00
Add Admin role & split settings between appSettings and userPreferences
This commit is contained in:
@ -59,6 +59,12 @@
|
||||
'originalMessage' : this.$t('errors.auth_proxy_failed_legend')
|
||||
}
|
||||
}
|
||||
else if (this.err.status === 403) {
|
||||
return {
|
||||
'message' : this.$t('errors.unauthorized'),
|
||||
'originalMessage' : this.$t('errors.unauthorized_legend')
|
||||
}
|
||||
}
|
||||
else if(this.err.data) {
|
||||
return this.err.data
|
||||
}
|
||||
|
Reference in New Issue
Block a user