This commit is contained in:
Timothy Jaeryang Baek 2025-09-08 20:25:19 +04:00
parent 6f6412dd16
commit 41f9a8caff

View file

@ -313,7 +313,7 @@
> >
{$i18n.t('Forwards system user session credentials to authenticate')} {$i18n.t('Forwards system user session credentials to authenticate')}
</div> </div>
{:else if auth_type === 'oauth'} {:else if auth_type === 'system_oauth'}
<div <div
class={`text-xs self-center translate-y-[1px] ${($settings?.highContrastMode ?? false) ? 'text-gray-800 dark:text-gray-100' : 'text-gray-500'}`} class={`text-xs self-center translate-y-[1px] ${($settings?.highContrastMode ?? false) ? 'text-gray-800 dark:text-gray-100' : 'text-gray-500'}`}
> >