really fixed line endings

This commit is contained in:
Phallacy 2019-03-16 21:36:45 -07:00
parent fc28c9237c
commit 80aedcd7e2
2 changed files with 1219 additions and 1241 deletions

View File

@ -1,22 +0,0 @@
using System;
using System.Threading.Tasks;
using MediaBrowser.Controller.Authentication;
using MediaBrowser.Controller.Entities;
namespace Emby.Server.Implementations.Library
{
public class DefaultPasswordResetProvider : IPasswordResetProvider
{
public string Name => "Default Password Reset";
public bool IsEnabled => true;
// set our default timeout to an hour since we'll be making the PIN it generates a little less fragile
public TimeSpan PasswordResetTimeout => new TimeSpan(1,0,0);
public Task ResetPassword(User user)
{
throw new NotImplementedException();
}
}
}

File diff suppressed because it is too large Load Diff