fix: missing translation for error during link share auth
Resolves #822
This commit is contained in:
parent
587f2edd83
commit
cc22d8d4e9
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ export default {
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO: Put this logic in a global errorMessage handler method which checks all auth codes
|
// TODO: Put this logic in a global errorMessage handler method which checks all auth codes
|
||||||
let errorMessage = this.$t('sharing.errorMessage')
|
let errorMessage = this.$t('sharing.error')
|
||||||
if (e.response && e.response.data && e.response.data.message) {
|
if (e.response && e.response.data && e.response.data.message) {
|
||||||
errorMessage = e.response.data.message
|
errorMessage = e.response.data.message
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue