We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50b0141 commit f66317fCopy full SHA for f66317f
src/VirtoCommerce.Platform.Security/OpenIddict/SecurityErrorDescriber.cs
@@ -22,7 +22,7 @@ public static class SecurityErrorDescriber
22
public static TokenResponse UserIsTemporaryLockedOut() => new()
23
{
24
Error = Errors.InvalidGrant,
25
- Code = nameof(UserIsLockedOut).ToSnakeCase(),
+ Code = nameof(UserIsTemporaryLockedOut).ToSnakeCase(),
26
ErrorDescription = "Your account has been temporarily locked. Please try again after some time."
27
};
28
0 commit comments