mirror of
https://github.com/thomiceli/opengist.git
synced 2024-12-22 12:32:40 +00:00
Hide passkey login when login form is disabled (#369)
This commit is contained in:
parent
d537153785
commit
75162b3ef9
1 changed files with 1 additions and 1 deletions
2
templates/pages/auth_form.html
vendored
2
templates/pages/auth_form.html
vendored
|
@ -87,7 +87,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{{ if .isLoginPage }}
|
||||
{{ if and (.isLoginPage) (not .disableForm) }}
|
||||
<div class="">
|
||||
<div class="mt-8 sm:w-full sm:max-w-md">
|
||||
<div class="bg-white dark:bg-gray-900 rounded-md border border-1 border-gray-200 dark:border-gray-700 py-8 px-4 shadow sm:rounded-lg sm:px-10 ">
|
||||
|
|
Loading…
Reference in a new issue