comment modification

This commit is contained in:
Paul Schneider 2019-07-13 16:12:39 +02:00
commit 6d6aeba5a2

View file

@ -54,8 +54,10 @@ namespace Yavsc
static ILiveProcessor _liveProcessor;
// leave the final slash
/// <summary>
/// generating reset password and confirmation tokens
/// </summary>
public IUserTokenProvider<ApplicationUser> UserTokenProvider { get; set; }
public Startup(IHostingEnvironment env, IApplicationEnvironment appEnv)