mirror of
https://github.com/bitwarden/server
synced 2025-12-21 10:43:44 +00:00
log exception strings
This commit is contained in:
@@ -70,7 +70,7 @@ namespace Bit.Admin.Controllers
|
||||
_globalSettings.DocumentDb.Key))
|
||||
{
|
||||
var uri = UriFactory.CreateDocumentUri(Database, Collection, id.ToString());
|
||||
var response = await client.ReadDocumentAsync<LogModel>(uri);
|
||||
var response = await client.ReadDocumentAsync<LogDetailsModel>(uri);
|
||||
if(response?.Document == null)
|
||||
{
|
||||
return RedirectToAction("Index");
|
||||
|
||||
Reference in New Issue
Block a user