Stat hotfix (#1748)
* Fixed a bug where a divide by 0 could occur * Email change now requires a password
This commit is contained in:
parent
7e55134e6b
commit
3e1d0f39f0
7 changed files with 34 additions and 5 deletions
|
@ -3,4 +3,5 @@
|
|||
public class UpdateEmailDto
|
||||
{
|
||||
public string Email { get; set; }
|
||||
public string Password { get; set; }
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue