@amplication/plugin-dotnet-auth-core-identity
Advanced tools
Comparing version 0.1.3 to 0.1.4
{ | ||
"name": "@amplication/plugin-dotnet-auth-core-identity", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"description": "Add Authentication and Authorization to your .NET Services", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -34,3 +34,3 @@ import { dotnetTypes } from "@amplication/code-gen-types"; | ||
var existingUser = await userStore.FindByEmailAsync(usernameValue); | ||
var existingUser = await userStore.FindByEmailAsync(usernameValue.ToUpperInvariant()); | ||
if (existingUser != null) | ||
@@ -37,0 +37,0 @@ { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
255989