completed antiforgery implementation, improved external login claim mapping, principal construction, and user experience
This commit is contained in:
@ -1,13 +0,0 @@
|
||||
namespace Oqtane.Shared
|
||||
{
|
||||
public enum ExternalLoginStatus
|
||||
{
|
||||
Success,
|
||||
InvalidEmail,
|
||||
DuplicateEmail,
|
||||
UserNotCreated,
|
||||
UserDoesNotExist,
|
||||
ProviderKeyMismatch,
|
||||
VerificationRequired
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user