Fix a few more clippy lints

This commit is contained in:
Quentin Gliech
2025-08-18 10:45:20 +02:00
parent bef50474ab
commit 8dd096ce60
6 changed files with 8 additions and 38 deletions

View File

@@ -2155,7 +2155,7 @@
"type": "boolean"
},
"on_backchannel_logout": {
"description": "What to do when receiving an OIDC Backchannel logout request.\n\nDefaults to \"do_nothing\".",
"description": "What to do when receiving an OIDC Backchannel logout request.\n\nDefaults to `do_nothing`.",
"allOf": [
{
"$ref": "#/definitions/OnBackchannelLogout"