mirror of
https://github.com/bitwarden/server
synced 2025-12-26 05:03:18 +00:00
respect return url on sign in link
This commit is contained in:
@@ -7,5 +7,6 @@ namespace Bit.Admin.Models
|
||||
[Required]
|
||||
[EmailAddress]
|
||||
public string Email { get; set; }
|
||||
public string ReturnUrl { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user