Skip to content

Commit

Permalink
v8.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
boehlerlukas committed Oct 12, 2022
1 parent 97bd936 commit a81fa4f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions demo/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ Gleap.preFillForm({
"userId": "1233"
});

Gleap.setFrameUrl("http://0.0.0.0:3001");
Gleap.setApiUrl("http://0.0.0.0:9000");
// Gleap.setFrameUrl("http://0.0.0.0:3001");
// Gleap.setApiUrl("http://0.0.0.0:9000");
// Gleap.setLanguage("en");
Gleap.initialize("KProDXhMS0V3UUku2iNnrZ4XsBnAYzxt");
//Gleap.setEnvironment("dev");
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gleap",
"version": "8.1.1",
"version": "8.1.2",
"main": "build/index.js",
"scripts": {
"start": "webpack serve",
Expand Down
2 changes: 1 addition & 1 deletion src/Gleap.js
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ class Gleap {
* Returns the current user session
*/
static getIdentity() {
GleapSession.getInstance().session;
return GleapSession.getInstance().getSession();
}

/**
Expand Down

0 comments on commit a81fa4f

Please sign in to comment.