Update InMemoryLoginModule.java
This commit is contained in:
parent
5d6cff491e
commit
a655119424
|
@ -45,7 +45,7 @@ public class InMemoryLoginModule implements LoginModule {
|
|||
loginSucceeded = true;
|
||||
}
|
||||
} catch (IOException | UnsupportedCallbackException e) {
|
||||
//...
|
||||
throw new LoginException("Can't login");
|
||||
}
|
||||
return loginSucceeded;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue