1
0
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:
Kyle Spearrin
2018-08-28 08:22:49 -04:00
parent 3e2b220074
commit 18713054f6
10 changed files with 62 additions and 27 deletions

View File

@ -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; }