feat: setting to hide password login (#4943)

Co-authored-by: Michael Genson <71845777+michael-genson@users.noreply.github.com>
This commit is contained in:
Chris Danis
2025-05-27 15:49:06 -04:00
committed by GitHub
parent 2f3ef738c4
commit af3057951d
8 changed files with 16 additions and 2 deletions

View File

@@ -15,6 +15,7 @@ class AppInfo(MealieModel):
version: str
demo_status: bool
allow_signup: bool
allow_password_login: bool
default_group_slug: str | None = None
default_household_slug: str | None = None
enable_oidc: bool