Skip to content

Commit de362e6

Browse files
committed
Cleaning up
1 parent e2ebca6 commit de362e6

File tree

1 file changed

+0
-1
lines changed
  • server/plugins/pfed-sso/src/main/java/com/walmartlabs/concord/server/plugins/pfedsso

1 file changed

+0
-1
lines changed

server/plugins/pfed-sso/src/main/java/com/walmartlabs/concord/server/plugins/pfedsso/SsoHandler.java

-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ public AuthenticationToken createToken(ServletRequest request, ServletResponse r
8080
return new SsoToken(as[0], as[1], profile.displayName(), profile.mail(), profile.userPrincipalName(), profile.nameInNamespace(), profile.groups());
8181

8282
} catch (IOException e) {
83-
8483
return null;
8584
}
8685
}

0 commit comments

Comments
 (0)