mirror of
https://github.com/mealie-recipes/mealie.git
synced 2026-01-03 07:31:22 -05:00
feat: setting to hide password login (#4943)
Co-authored-by: Michael Genson <71845777+michael-genson@users.noreply.github.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user