mirror of
https://github.com/jellyfin/jellyfin.git
synced 2024-11-15 09:59:06 -07:00
38f96af079
Refs #575
10 lines
165 B
C#
10 lines
165 B
C#
namespace MediaBrowser.Model.Users
|
|
{
|
|
public enum ForgotPasswordAction
|
|
{
|
|
ContactAdmin = 0,
|
|
PinCode = 1,
|
|
InNetworkRequired = 2
|
|
}
|
|
}
|