Note: icon optional
This commit is contained in:
@@ -151,7 +151,10 @@ defineExpose({ focusFirstElement })
|
|||||||
<dd><output @click="copyText(discoveryUrl, 'OpenID Connect Auto Discovery URL')" title="Click to copy">{{ discoveryUrl }}</output></dd>
|
<dd><output @click="copyText(discoveryUrl, 'OpenID Connect Auto Discovery URL')" title="Click to copy">{{ discoveryUrl }}</output></dd>
|
||||||
|
|
||||||
<dt>Icon URL</dt>
|
<dt>Icon URL</dt>
|
||||||
<dd><output @click="copyText(iconUrl, 'OpenID Connect Icon URL')" title="Click to copy">{{ iconUrl }}</output></dd>
|
<dd>
|
||||||
|
<output @click="copyText(iconUrl, 'Icon URL')" title="Click to copy">{{ iconUrl }}</output>
|
||||||
|
<span class="small muted"> (optional)</span>
|
||||||
|
</dd>
|
||||||
|
|
||||||
|
|
||||||
<template v-if="clientGroups.length">
|
<template v-if="clientGroups.length">
|
||||||
|
|||||||
Reference in New Issue
Block a user