X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fjava%2Fnet%2Fpterodactylus%2Fsone%2Fweb%2FBackupProfilePage.java;h=cca5df1e64a7c9af75d4f60a37f1b53ce429db49;hb=58f449dd0b8ebad51fd8fc06c52233e9a160e0bc;hp=dc00e4b6f94e170da1593ef97f95c0b9d0a4cce1;hpb=9dfc07276c481b67c9b8f935cfeeeef18da80a14;p=Sone.git diff --git a/src/main/java/net/pterodactylus/sone/web/BackupProfilePage.java b/src/main/java/net/pterodactylus/sone/web/BackupProfilePage.java index dc00e4b..cca5df1 100644 --- a/src/main/java/net/pterodactylus/sone/web/BackupProfilePage.java +++ b/src/main/java/net/pterodactylus/sone/web/BackupProfilePage.java @@ -39,7 +39,7 @@ public class BackupProfilePage extends SoneTemplatePage { * The Sone web interface */ public BackupProfilePage(Template template, WebInterface webInterface) { - super("backupProfile.html", template, "Page.BackupProfile.Title", webInterface); + super("backupProfile.html", template, "Page.BackupProfile.Title", webInterface, true); } // @@ -64,16 +64,4 @@ public class BackupProfilePage extends SoneTemplatePage { return response; } - // - // SONETEMPLATEPAGE METHODS - // - - /** - * {@inheritDoc} - */ - @Override - protected boolean requiresLogin() { - return true; - } - }