Removes the NoCredentials enum (we don't use it or need it)

This commit is contained in:
Shannon
2017-07-11 12:18:12 +10:00
parent 13d26eb435
commit cb4e1d324d

View File

@@ -9,14 +9,6 @@
Active = 0,
Disabled = 1,
LockedOut = 2,
Invited = 3,
/// <summary>
/// Occurs when the user has been created (not invited) and has no credentials assigned
/// </summary>
/// <remarks>
/// This state shouldn't really exist or occur
/// </remarks>
NoCredentials = 100
Invited = 3
}
}