You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As you can see here the function Idp.getInstance() is called two times (once in Lin 115 and once in Line119 inside Idp.getInstance().createIdentity()).
As both Idp instances should be the same, I think this would be a better way without calling Idp.getInstance() two times:
As you can see here the function
Idp.getInstance()
is called two times (once in Lin 115 and once in Line119 insideIdp.getInstance().createIdentity()
).As both Idp instances should be the same, I think this would be a better way without calling
Idp.getInstance()
two times:The text was updated successfully, but these errors were encountered: