fix(web): show OAuth login button when disabled (#2219)

* fix(web): show OAuth login button when disable

* update api
This commit is contained in:
Alex 2023-04-08 22:18:22 -05:00 committed by GitHub
parent 983abf5e14
commit e9c171f7ab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
41 changed files with 802 additions and 78 deletions

View file

@ -124,7 +124,7 @@
</form>
{/if}
{#if !authConfig.enabled}
{#if authConfig.enabled}
{#if authConfig.passwordLoginEnabled}
<div class="inline-flex items-center justify-center w-full">
<hr class="w-3/4 h-px my-4 bg-gray-200 border-0 dark:bg-gray-600" />