X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=blobdiff_plain;f=src%2Fmain%2Fjava%2Fnet%2Fpterodactylus%2Fsone%2Fweb%2FBackupProfilePage.java;h=cca5df1e64a7c9af75d4f60a37f1b53ce429db49;hp=dc00e4b6f94e170da1593ef97f95c0b9d0a4cce1;hb=4c831fb948000bc1730ebcde73eeb62317f4ac54;hpb=ffe8711403c25bebba67b0835174fa29b62b8fa7 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; - } - }