Skip to content

Commit e2c2da5

Browse files
fix: revert change in constants
1 parent 847bf14 commit e2c2da5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Identity/IdentityServer/RequestValidators/SendAccess/SendAccessConstants.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public static class GrantValidatorResults
3939
/// <summary>
4040
/// The sendId is valid and the request is well formed. Not returned in any response.
4141
/// </summary>
42-
public const string ValidGuid = "valid_guid";
42+
public const string ValidGuid = "valid_send_guid";
4343
/// <summary>
4444
/// The sendId is missing from the request.
4545
/// </summary>

0 commit comments

Comments
 (0)