code deletion

This commit is contained in:
Čarodej
2022-04-27 09:57:31 +02:00
parent eb4d5b4cba
commit 3b3bf62cb8
23 changed files with 121 additions and 553 deletions

View File

@@ -180,7 +180,7 @@ export default {
})
.then((response) => {
// Go to sign page
window.location = '/sign-in'
window.location = '/'
})
.catch((error) => {
if (error.response.status === 500) {