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 27b129d commit 04d1a16Copy full SHA for 04d1a16
bitwarden_license/src/Sso/IdentityServer/DistributedCachePersistedGrantStore.cs
@@ -91,7 +91,7 @@ public async Task StoreAsync(PersistedGrant grant)
91
return;
92
}
93
94
- // Cache key "sso-grant:" is configured by service registration. Going through the consumed KeyedService will
+ // Cache key "sso-grants:" is configured by service registration. Going through the consumed KeyedService will
95
// give us a consistent cache key prefix for these grants.
96
await _cache.SetAsync(
97
grant.Key,
0 commit comments