Skip to content

Commit 04d1a16

Browse files
committed
feat(sso-persistent-grants) [PM-23572]: Spelling in a comment for cache key name.
1 parent 27b129d commit 04d1a16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bitwarden_license/src/Sso/IdentityServer/DistributedCachePersistedGrantStore.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ public async Task StoreAsync(PersistedGrant grant)
9191
return;
9292
}
9393

94-
// Cache key "sso-grant:" is configured by service registration. Going through the consumed KeyedService will
94+
// Cache key "sso-grants:" is configured by service registration. Going through the consumed KeyedService will
9595
// give us a consistent cache key prefix for these grants.
9696
await _cache.SetAsync(
9797
grant.Key,

0 commit comments

Comments
 (0)