mirror of
https://github.com/bitwarden/server.git
synced 2025-06-30 07:36:14 -05: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