1
0
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:
Kyle Spearrin
2018-03-22 13:18:18 -04:00
parent ff9f605b7d
commit 14039d7d1a
6 changed files with 57 additions and 9 deletions

View File

@@ -7,5 +7,6 @@ namespace Bit.Admin.Models
[Required]
[EmailAddress]
public string Email { get; set; }
public string ReturnUrl { get; set; }
}
}