We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d7f2d1 commit 9e6461eCopy full SHA for 9e6461e
README.md
@@ -47,7 +47,7 @@ You can try to create a token from the received jwt.
47
48
// If the plugin instance was deleted in Staffbase
49
if(ssoData.isDeleteInstanceCall()){
50
- this.handleSsoDeletionCall();
+ this.handleSsoDeletionCall(ssoData.getInstanceID());
51
return;
52
}
53
0 commit comments