Skip to content

Commit

Permalink
feat: add returning email enabled from site info
Browse files Browse the repository at this point in the history
  • Loading branch information
duruer committed Feb 3, 2025
1 parent 2d71680 commit 3a9270d
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ class GetSiteInfoAPI(
)
}

response["emailEnabled"] = config.email.enabled

return Successful(response)
}
}

0 comments on commit 3a9270d

Please sign in to comment.