✨ Annotate LogoutPage with MenuName
[Sone.git] / src / main / kotlin / net / pterodactylus / sone / web / pages / LogoutPage.kt
index 563f03b..6978739 100644 (file)
@@ -11,6 +11,7 @@ import javax.inject.Inject
 /**
  * Logs a user out.
  */
+@MenuName("Logout")
 class LogoutPage @Inject constructor(template: Template, webInterface: WebInterface):
                LoggedInPage("logout.html", template, "Page.Logout.Title", webInterface) {