providers/oauth2: correctly advertise supported response_modes_supported

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer
2023-01-04 10:21:34 +01:00
parent c4bb51469b
commit e887a315be
2 changed files with 12 additions and 2 deletions

View File

@ -259,7 +259,7 @@ export class SearchSelect<T> extends AKElement {
this.renderMenu();
}}
@blur=${(ev: FocusEvent) => {
// Check if we're loosing focus to one of our dropdown items, and if such don't blur
// Check if we're losing focus to one of our dropdown items, and if such don't blur
if (ev.relatedTarget instanceof HTMLButtonElement) {
const parentMenu = ev.relatedTarget.closest(
"ul.pf-c-dropdown__menu.pf-m-static",