diff --git a/frontend/src/admin/AdminOidcDetail.vue b/frontend/src/admin/AdminOidcDetail.vue index 4fe3859..2eb698f 100644 --- a/frontend/src/admin/AdminOidcDetail.vue +++ b/frontend/src/admin/AdminOidcDetail.vue @@ -23,6 +23,7 @@ const clientSecret = ref(null) // Computed const discoveryUrl = computed(() => `${window.location.origin}/.well-known/openid-configuration`) const clientId = computed(() => props.client?.client_id || props.client?.uuid || '') +const iconUrl = computed(() => `${authStore.settings.auth_site_url}/favicon.ico`) // Groups (permissions) scoped to this client const clientGroups = computed(() => { @@ -130,9 +131,6 @@ defineExpose({ focusFirstElement }) (Login With, may affect URLs – optional) -