mirror of
https://github.com/bitwarden/server
synced 2026-01-08 11:33:26 +00:00
7 lines
122 B
C#
7 lines
122 B
C#
namespace Bit.Core.Settings;
|
|
|
|
public interface ITwoFactorAuthSettings
|
|
{
|
|
bool EmailOnNewDeviceLogin { get; set; }
|
|
}
|