fixes, refacts

This commit is contained in:
Paul Schneider 2018-08-05 04:16:21 +02:00
commit 13fde95882
19 changed files with 193 additions and 85 deletions

View file

@ -27,7 +27,6 @@ namespace Yavsc.ViewModels.Account
[Compare("Password")]
public string ConfirmPassword { get; set; }
public string GoogleRegId { get; set; }
}
}