[#87] Remove mock code for interface dev
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
21c4fa4a8f
commit
9798b4c635
1 changed files with 2 additions and 9 deletions
|
@ -270,15 +270,8 @@ export default {
|
||||||
window.setTimeout(() => this.$refs.secretUrl.focus(), 100)
|
window.setTimeout(() => this.$refs.secretUrl.focus(), 100)
|
||||||
})
|
})
|
||||||
.catch(err => {
|
.catch(err => {
|
||||||
switch (err.response.status) {
|
|
||||||
case 404:
|
|
||||||
// Mock for interface testing
|
|
||||||
this.secretId = 'foobar'
|
|
||||||
break
|
|
||||||
default:
|
|
||||||
this.error = this.$t('alert-something-went-wrong')
|
this.error = this.$t('alert-something-went-wrong')
|
||||||
this.showError = true
|
this.showError = true
|
||||||
}
|
|
||||||
}))
|
}))
|
||||||
|
|
||||||
return false
|
return false
|
||||||
|
|
Loading…
Reference in a new issue