mirror of
https://github.com/bitwarden/server.git
synced 2025-07-01 08:02:49 -05:00
Update GlobalSettings.cs (#2112)
This commit is contained in:

committed by
GitHub

parent
5e1e634632
commit
ddd3e47df5
@ -483,7 +483,7 @@
|
|||||||
|
|
||||||
public class TwoFactorAuthSettings : ITwoFactorAuthSettings
|
public class TwoFactorAuthSettings : ITwoFactorAuthSettings
|
||||||
{
|
{
|
||||||
public bool EmailOnNewDeviceLogin { get; set; } = false
|
public bool EmailOnNewDeviceLogin { get; set; } = false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user