remove null check
This commit is contained in:
parent
5cb04f6630
commit
da7e2e22bd
1 changed files with 0 additions and 4 deletions
|
@ -95,10 +95,6 @@ public class UserInfoHelper {
|
|||
}
|
||||
|
||||
final PrimaryCipher cipher = ComponentUtil.getPrimaryCipher();
|
||||
if (cipher == null) {
|
||||
return null;
|
||||
}
|
||||
|
||||
userCode = cipher.encrypt(userCode);
|
||||
request.setAttribute(Constants.USER_CODE, userCode);
|
||||
deleteUserCodeFromCookie(request);
|
||||
|
|
Loading…
Add table
Reference in a new issue