mirror of
https://github.com/bitwarden/server.git
synced 2024-11-21 12:05:42 +01:00
[EC-428] Redirect to Edit after creating Provider
This commit is contained in:
parent
b367ff4dea
commit
6347bca1ed
@ -77,7 +77,7 @@ public class ProvidersController : Controller
|
||||
|
||||
await _providerService.CreateAsync(model.OwnerEmail);
|
||||
|
||||
return RedirectToAction("Index");
|
||||
return RedirectToAction("View", new { id = provider.Id });
|
||||
}
|
||||
|
||||
public async Task<IActionResult> View(Guid id)
|
||||
|
Loading…
Reference in New Issue
Block a user