mirror of
https://github.com/bitwarden/server
synced 2025-12-17 08:43:27 +00:00
add logout notification
This commit is contained in:
@@ -34,7 +34,7 @@ namespace Bit.Core.Models
|
||||
public DateTime RevisionDate { get; set; }
|
||||
}
|
||||
|
||||
public class SyncUserPushNotification
|
||||
public class UserPushNotification
|
||||
{
|
||||
public Guid UserId { get; set; }
|
||||
public DateTime Date { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user