mirror of
https://github.com/bitwarden/server.git
synced 2025-02-25 03:21:46 +01:00
Update GlobalSettings.cs (#2112)
This commit is contained in:
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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user