1
0
mirror of https://github.com/bitwarden/server synced 2025-12-17 16:53:23 +00:00

two factor emails

This commit is contained in:
Kyle Spearrin
2017-06-24 12:08:34 -04:00
parent f4fa990cb1
commit d57a68aae3
10 changed files with 56 additions and 5 deletions

View File

@@ -0,0 +1,7 @@
namespace Bit.Core.Models.Mail
{
public class EmailTokenViewModel : BaseMailModel
{
public string Token { get; set; }
}
}