1
0
mirror of https://github.com/bitwarden/server synced 2026-01-08 11:33:26 +00:00
Files
server/src/Core/Settings/ITwoFactorAuthSettings.cs
2022-08-29 16:06:55 -04:00

7 lines
122 B
C#

namespace Bit.Core.Settings;
public interface ITwoFactorAuthSettings
{
bool EmailOnNewDeviceLogin { get; set; }
}