Skip to content

Commit

Permalink
fix: site settings toggle
Browse files Browse the repository at this point in the history
  • Loading branch information
pavanjoshi914 committed Mar 15, 2024
1 parent 186ec4b commit 5ea210a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/components/SitePreferences/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ function SitePreferences({ launcherType, allowance, onEdit, onDelete }: Props) {
<Setting
title={t("enable_login.title")}
subtitle={t("enable_login.subtitle")}
inline={true}
>
<Toggle
checked={lnurlAuth}
Expand All @@ -222,6 +223,7 @@ function SitePreferences({ launcherType, allowance, onEdit, onDelete }: Props) {
<Fragment key={permission.id}>
<Setting
title={permission.method}
inline={true}
subtitle={tPermissions(
permission.method
.toLowerCase()
Expand Down

0 comments on commit 5ea210a

Please sign in to comment.