mirror of
https://github.com/bitwarden/server
synced 2025-12-21 10:43:44 +00:00
admin base uri setting, applied to login emails
This commit is contained in:
@@ -38,8 +38,7 @@ namespace Bit.Admin.Controllers
|
||||
{
|
||||
if(ModelState.IsValid)
|
||||
{
|
||||
await _signInManager.PasswordlessSignInAsync(model.Email,
|
||||
Url.Action("Confirm", "Login", new { returnUrl = model.ReturnUrl }, Request.Scheme));
|
||||
await _signInManager.PasswordlessSignInAsync(model.Email, model.ReturnUrl);
|
||||
return RedirectToAction("Index", new
|
||||
{
|
||||
success = "If a valid admin user with this email address exists, " +
|
||||
|
||||
Reference in New Issue
Block a user