Login updates

Skip the login screen if the user is logged in
This commit is contained in:
NMerz
2020-11-06 12:51:34 -05:00
parent 9c9219bd6c
commit 709812d0c1
3 changed files with 11 additions and 8 deletions

View File

@@ -8,10 +8,6 @@ import java.util.Map;
public class TestListDelete {
@Test
public void testListDeleterValid() {
testListDeleterCore(false, true);
}
@Test
public void testListDeleterWOAccess() {