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