Can ask user to confirm email

This commit is contained in:
NicolasDorier
2017-09-27 14:18:09 +09:00
parent 2fb6919f6e
commit 878a13f1bf
24 changed files with 1669 additions and 419 deletions

View File

@@ -15,5 +15,10 @@ namespace BTCPayServer.Models
get;
set;
}
public bool RequiresEmailConfirmation
{
get; set;
}
}
}