Update InMemoryLoginModule.java

This commit is contained in:
eelhazati 2020-02-03 21:17:33 +01:00 committed by GitHub
parent 5d6cff491e
commit a655119424
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ public class InMemoryLoginModule implements LoginModule {
loginSucceeded = true;
}
} catch (IOException | UnsupportedCallbackException e) {
//...
throw new LoginException("Can't login");
}
return loginSucceeded;
}