Skip to content

Commit

Permalink
Update GlobalSettings.cs (#2112)
Browse files Browse the repository at this point in the history
(cherry picked from commit ddd3e47)
  • Loading branch information
fedemkr authored and joseph-flinn committed Jul 11, 2022
1 parent aac0f00 commit 464fe6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Core/Settings/GlobalSettings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ public class StripeSettings

public class TwoFactorAuthSettings : ITwoFactorAuthSettings
{
public bool EmailOnNewDeviceLogin { get; set; } = false
public bool EmailOnNewDeviceLogin { get; set; } = false;
}
}
}

0 comments on commit 464fe6e

Please sign in to comment.