This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/// <summary> | |
/// Handles the display of having successfully logged out of Freshdesk. There | |
/// are no other side-effects. | |
/// </summary> | |
public ActionResult FreshdeskLogout() | |
{ | |
return View(); | |
} | |
/// <summary> |