mirror of
https://github.com/bitwarden/server.git
synced 2025-07-01 08:02:49 -05:00
chore: update LastActivityDate
on installation token refresh (#5081)
This commit is contained in:
@ -30,6 +30,7 @@ using Bit.Core.KeyManagement;
|
||||
using Bit.Core.NotificationCenter;
|
||||
using Bit.Core.NotificationHub;
|
||||
using Bit.Core.OrganizationFeatures;
|
||||
using Bit.Core.Platform;
|
||||
using Bit.Core.Platform.Push;
|
||||
using Bit.Core.Platform.Push.Internal;
|
||||
using Bit.Core.Repositories;
|
||||
@ -126,6 +127,7 @@ public static class ServiceCollectionExtensions
|
||||
services.AddReportingServices();
|
||||
services.AddKeyManagementServices();
|
||||
services.AddNotificationCenterServices();
|
||||
services.AddPlatformServices();
|
||||
}
|
||||
|
||||
public static void AddTokenizers(this IServiceCollection services)
|
||||
|
Reference in New Issue
Block a user