mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-18 15:25:20 +00:00
refac
This commit is contained in:
parent
b8a51de977
commit
98883a68f2
1 changed files with 1 additions and 1 deletions
|
|
@ -457,7 +457,7 @@
|
||||||
<div
|
<div
|
||||||
class={`flex items-center text-xs self-center translate-y-[1px] ${($settings?.highContrastMode ?? false) ? 'text-gray-800 dark:text-gray-100' : 'text-gray-500'}`}
|
class={`flex items-center text-xs self-center translate-y-[1px] ${($settings?.highContrastMode ?? false) ? 'text-gray-800 dark:text-gray-100' : 'text-gray-500'}`}
|
||||||
>
|
>
|
||||||
{$i18n.t('Uses OAuth 2.1 Dynamic Client Registration to authenticate')}
|
{$i18n.t('Uses OAuth 2.1 Dynamic Client Registration')}
|
||||||
</div>
|
</div>
|
||||||
{/if}
|
{/if}
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue