mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-18 22:44:29 +01:00
Can ask user to confirm email
This commit is contained in:
@@ -45,6 +45,11 @@ namespace BTCPayServer.Data
|
||||
get; set;
|
||||
}
|
||||
|
||||
public DbSet<SettingData> Settings
|
||||
{
|
||||
get; set;
|
||||
}
|
||||
|
||||
protected override void OnConfiguring(DbContextOptionsBuilder optionsBuilder)
|
||||
{
|
||||
var options = optionsBuilder.Options.FindExtension<SqliteOptionsExtension>();
|
||||
|
||||
Reference in New Issue
Block a user