feat(v3.6.3): version
This commit is contained in:
parent
285ed8d56e
commit
ace474eb2c
2 changed files with 2 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "zipline",
|
||||
"version": "3.6.2",
|
||||
"version": "3.6.3",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"dev": "npm-run-all build:server dev:run",
|
||||
|
|
|
@ -32,8 +32,7 @@ export const withOAuth =
|
|||
|
||||
function oauthError(error: string) {
|
||||
if (config.features.headless)
|
||||
return res.json({
|
||||
error,
|
||||
return res.badRequest(error, {
|
||||
provider,
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue