refactor: 🚨 Add empty default case to OpenID grant_type handler

This commit is contained in:
Jesse Wierzbinski 2024-10-03 19:06:24 +02:00
parent 2537e3cd48
commit b5b7014c00
No known key found for this signature in database

View file

@ -205,6 +205,8 @@ export default (plugin: PluginType) => {
200, 200,
); );
} }
default:
} }
return context.json( return context.json(