Rename LNUrlAuthController -> UILNAuthController (#3352)

This commit is contained in:
Nicolas Dorier
2022-01-25 11:51:14 +09:00
committed by GitHub
parent c62018f984
commit a8adac9c5a
8 changed files with 12 additions and 10 deletions

View File

@@ -257,8 +257,8 @@ namespace BTCPayServer.Controllers
RememberMe = rememberMe,
UserId = user.Id,
LNURLEndpoint = new Uri(_linkGenerator.GetUriByAction(
action: nameof(LNURLAuthController.LoginResponse),
controller: "LNURLAuth",
action: nameof(UILNURLAuthController.LoginResponse),
controller: "UILNURLAuth",
values: new { userId = user.Id, action="login", tag="login", k1= Encoders.Hex.EncodeData(r) }, Request.Scheme, Request.Host, Request.PathBase))
};
}