mirror of
https://github.com/versia-pub/server.git
synced 2026-03-13 13:59:16 +01:00
refactor: 🚨 Add empty default case to OpenID grant_type handler
This commit is contained in:
parent
2537e3cd48
commit
b5b7014c00
1 changed files with 2 additions and 0 deletions
|
|
@ -205,6 +205,8 @@ export default (plugin: PluginType) => {
|
||||||
200,
|
200,
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
default:
|
||||||
}
|
}
|
||||||
|
|
||||||
return context.json(
|
return context.json(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue