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",
|
"name": "zipline",
|
||||||
"version": "3.6.2",
|
"version": "3.6.3",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "npm-run-all build:server dev:run",
|
"dev": "npm-run-all build:server dev:run",
|
||||||
|
|
|
@ -32,8 +32,7 @@ export const withOAuth =
|
||||||
|
|
||||||
function oauthError(error: string) {
|
function oauthError(error: string) {
|
||||||
if (config.features.headless)
|
if (config.features.headless)
|
||||||
return res.json({
|
return res.badRequest(error, {
|
||||||
error,
|
|
||||||
provider,
|
provider,
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue