wso2-extensions / identity-outbound-auth-totp

Apache License 2.0
4 stars 97 forks source link

Use StringUtils to check null #117

Closed ayeshajay closed 2 years ago

ayeshajay commented 2 years ago

Purpose

Use StringUtils to check null in username. Change username == null to StringUtils.isBlank(username).

jenkins-is-staging commented 2 years ago

PR builder started Link: https://github.com/wso2/product-is/actions/runs/1805378381

jenkins-is-staging commented 2 years ago

PR builder completed Link: https://github.com/wso2/product-is/actions/runs/1805378381 Status: success