mirror of
https://github.com/bitwarden/server.git
synced 2025-07-01 16:12:49 -05:00
passwordless signin email
This commit is contained in:
@ -27,7 +27,8 @@ namespace Bit.Admin.Controllers
|
||||
{
|
||||
if(ModelState.IsValid)
|
||||
{
|
||||
await _signInManager.PasswordlessSignInAsync(model.Email);
|
||||
await _signInManager.PasswordlessSignInAsync(model.Email,
|
||||
Url.Action("Confirm", "Login", null, Request.Scheme));
|
||||
return RedirectToAction("Index", "Home");
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user