1
0
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:
Federico Maccaroni 2022-07-11 18:31:08 -03:00 committed by GitHub
parent 5e1e634632
commit ddd3e47df5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -483,7 +483,7 @@
public class TwoFactorAuthSettings : ITwoFactorAuthSettings
{
public bool EmailOnNewDeviceLogin { get; set; } = false
public bool EmailOnNewDeviceLogin { get; set; } = false;
}
}
}