mirror of
https://github.com/bitwarden/server.git
synced 2025-06-30 15:42:48 -05:00
[EC-428] Redirect to Edit after creating Provider
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user