1
0
mirror of https://github.com/bitwarden/server synced 2026-03-02 11:21:31 +00:00

chore: update LastActivityDate on installation token refresh (#5081)

This commit is contained in:
Addison Beck
2025-01-06 16:22:03 -05:00
committed by GitHub
parent cd7c4bf6ce
commit 90f7bfe63d
13 changed files with 229 additions and 7 deletions

View File

@@ -165,6 +165,7 @@ public static class FeatureFlagKeys
public const string AppReviewPrompt = "app-review-prompt";
public const string ResellerManagedOrgAlert = "PM-15814-alert-owners-of-reseller-managed-orgs";
public const string UsePricingService = "use-pricing-service";
public const string RecordInstallationLastActivityDate = "installation-last-activity-date";
public static List<string> GetAllKeys()
{