Closed ayeshajay closed 2 years ago
Use StringUtils to check null in username. Change username == null to StringUtils.isBlank(username).
username == null
StringUtils.isBlank(username)
PR builder started Link: https://github.com/wso2/product-is/actions/runs/1805378381
PR builder completed Link: https://github.com/wso2/product-is/actions/runs/1805378381 Status: success
Purpose