Skip to content

Commit 24d6522

Browse files
TD-5752: # Need to revert the code # Code to test the logout issue from Moodle
1 parent 162f4d4 commit 24d6522

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Auth/LearningHub.Nhs.Auth/Controllers/AccountController.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ public async Task<IActionResult> Logout(LogoutInputModel model)
277277
{
278278
UserId = userId,
279279
UserHistoryTypeId = (int)UserHistoryType.Logout,
280-
Detail = @"User logged out",
280+
Detail = @"User logged out" + this.webSettings.IsPasswordUpdate + " " + vm.TriggerExternalSignout,
281281
};
282282

283283
await this.UserService.StoreUserHistoryAsync(userHistory);

0 commit comments

Comments
 (0)