chore(backend): format

This commit is contained in:
sam 2024-10-01 21:58:13 +02:00
parent 42041d49bc
commit aa756ac56a
Signed by: sam
GPG key ID: B4EF20DDE721CAA1
3 changed files with 4 additions and 2 deletions

View file

@ -125,7 +125,7 @@ public class EmailAuthController(
private void CheckRequirements()
{
if (!config.DiscordAuth.Enabled)
if (!config.EmailAuth.Enabled)
throw new ApiError.BadRequest("Email authentication is not enabled on this instance.");
}