1
0
mirror of https://github.com/bitwarden/server synced 2025-12-25 04:33:26 +00:00

success/error messages for admin

This commit is contained in:
Kyle Spearrin
2018-03-28 10:38:01 -04:00
parent 674077d453
commit 40dff2cd6e
6 changed files with 41 additions and 8 deletions

View File

@@ -8,5 +8,7 @@ namespace Bit.Admin.Models
[EmailAddress]
public string Email { get; set; }
public string ReturnUrl { get; set; }
public string Error { get; set; }
public string Success { get; set; }
}
}