mirror of
https://github.com/bitwarden/server.git
synced 2026-02-03 15:45:19 +08:00
7 lines
100 B
C#
7 lines
100 B
C#
|
|
namespace Bit.Core.Enums;
|
|||
|
|
|
|||
|
|
public enum PushNotificationLogOutReason : byte
|
|||
|
|
{
|
|||
|
|
KdfChange = 0
|
|||
|
|
}
|