diff options
Diffstat (limited to 'src/App.vue')
-rw-r--r-- | src/App.vue | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/App.vue b/src/App.vue index 4eb112d..9a67a33 100644 --- a/src/App.vue +++ b/src/App.vue | |||
@@ -211,6 +211,7 @@ export default { | |||
211 | window.location.href = response.url; | 211 | window.location.href = response.url; |
212 | return; | 212 | return; |
213 | } | 213 | } |
214 | |||
214 | if (!response.ok) { | 215 | if (!response.ok) { |
215 | throw Error(`${response.statusText}: ${response.body}`); | 216 | throw Error(`${response.statusText}: ${response.body}`); |
216 | } | 217 | } |