Merged in fix/service-token-error-handling (pull request #673)

fix: improve error handling

Approved-by: Christel Westerberg
Approved-by: Arvid Norlin
This commit is contained in:
Michael Zetterberg
2024-10-11 11:57:43 +00:00
3 changed files with 65 additions and 49 deletions

View File

@@ -50,8 +50,6 @@ export function serverClient() {
redirect(redirectUrl)
}
}
throw internalServerError()
},
})
}