X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=blobdiff_plain;f=src%2Fmain%2Fkotlin%2Fnet%2Fpterodactylus%2Fsone%2Fweb%2Fpages%2FLogoutPage.kt;fp=src%2Fmain%2Fkotlin%2Fnet%2Fpterodactylus%2Fsone%2Fweb%2Fpages%2FLogoutPage.kt;h=69787393e269d5a0b90a7d3a8b0a1b7991b79d10;hp=563f03bb49b21f1bc9c9f6060a48c8ebadf882d0;hb=5479681d7a9aa211a775ca448d568f81ec12df7a;hpb=4fa7cbf1a4014897563cce41a338bb2925183c0e diff --git a/src/main/kotlin/net/pterodactylus/sone/web/pages/LogoutPage.kt b/src/main/kotlin/net/pterodactylus/sone/web/pages/LogoutPage.kt index 563f03b..6978739 100644 --- a/src/main/kotlin/net/pterodactylus/sone/web/pages/LogoutPage.kt +++ b/src/main/kotlin/net/pterodactylus/sone/web/pages/LogoutPage.kt @@ -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) {