We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 162f4d4 commit 24d6522Copy full SHA for 24d6522
Auth/LearningHub.Nhs.Auth/Controllers/AccountController.cs
@@ -277,7 +277,7 @@ public async Task<IActionResult> Logout(LogoutInputModel model)
277
{
278
UserId = userId,
279
UserHistoryTypeId = (int)UserHistoryType.Logout,
280
- Detail = @"User logged out",
+ Detail = @"User logged out" + this.webSettings.IsPasswordUpdate + " " + vm.TriggerExternalSignout,
281
};
282
283
await this.UserService.StoreUserHistoryAsync(userHistory);
0 commit comments