mirror of
https://github.com/bitwarden/server
synced 2026-01-01 08:03:23 +00:00
respect return url on sign in link
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
<div class="card-body">
|
||||
<p>Please enter your email address below to log in.</p>
|
||||
<form asp-action="" method="post">
|
||||
<input type="hidden" asp-for="ReturnUrl" />
|
||||
<div asp-validation-summary="ModelOnly" class="text-danger"></div>
|
||||
<div class="form-group">
|
||||
<label asp-for="Email" class="sr-only">Email Address</label>
|
||||
|
||||
Reference in New Issue
Block a user