Added extra option to ConnectSignupResponse

This commit is contained in:
Scott Lovegrove 2015-06-10 19:02:42 +01:00
parent f3b9f1e332
commit a1e78cbb05
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
{ {
public enum ConnectSignupResponse public enum ConnectSignupResponse
{ {
Failure,
Success, Success,
EmailInUse, EmailInUse,
UsernameInUser UsernameInUser