"Fix-security-and-config-from-TestAgent"
This commit is contained in:
@@ -289,7 +289,7 @@ public class BotsController : Controller
|
||||
}
|
||||
|
||||
// GET: Admin/Bots/RegenerateKey/5
|
||||
public async Task<IActionResult> RegenerateKey(Guid id)
|
||||
public IActionResult RegenerateKey(Guid id)
|
||||
{
|
||||
// This would require updating the bot model to support key regeneration
|
||||
TempData["Error"] = "Key regeneration not yet implemented";
|
||||
|
||||
Reference in New Issue
Block a user