mirror of
https://github.com/bitwarden/server.git
synced 2026-01-31 14:13:18 +08: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);
|
await _providerService.CreateAsync(model.OwnerEmail);
|
||||||
|
|
||||||
return RedirectToAction("Index");
|
return RedirectToAction("View", new { id = provider.Id });
|
||||||
}
|
}
|
||||||
|
|
||||||
public async Task<IActionResult> View(Guid id)
|
public async Task<IActionResult> View(Guid id)
|
||||||
|
|||||||
Reference in New Issue
Block a user