Removes the NoCredentials enum (we don't use it or need it)
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user