mirror of
https://github.com/bitwarden/server
synced 2026-01-08 11:33:26 +00:00
revert billing signin stuff for now
This commit is contained in:
@@ -8,6 +8,7 @@ namespace Billing.Controllers
|
||||
{
|
||||
public class LoginController : Controller
|
||||
{
|
||||
/*
|
||||
private readonly PasswordlessSignInManager<IdentityUser> _signInManager;
|
||||
|
||||
public LoginController(
|
||||
@@ -52,5 +53,6 @@ namespace Billing.Controllers
|
||||
|
||||
return RedirectToAction("Index", "Home");
|
||||
}
|
||||
*/
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user