Skip to content

Commit

Permalink
DEVDOCS-15065 removing outdated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
paigesrossi committed Aug 22, 2024
1 parent e0f8fc3 commit 4e72270
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 4 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,8 @@ GEM
nio4r (2.7.3)
nokogiri (1.16.6-x64-mingw-ucrt)
racc (~> 1.4)
nokogiri (1.16.6-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.16.6-x86_64-linux)
racc (~> 1.4)
oauth2 (2.0.9)
Expand Down Expand Up @@ -342,6 +344,7 @@ GEM
activesupport (>= 6.1)
sprockets (>= 3.0.0)
sqlite3 (1.7.3-x64-mingw-ucrt)
sqlite3 (1.7.3-x86_64-darwin)
sqlite3 (1.7.3-x86_64-linux)
stringio (3.1.1)
strscan (3.1.0)
Expand Down Expand Up @@ -381,6 +384,7 @@ GEM

PLATFORMS
x64-mingw-ucrt
x86_64-darwin-21
x86_64-linux

DEPENDENCIES
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,6 @@
});

webFormWidget.on('sessionEnd', (event) => {
//There are 3 sessionEnd types sessionTimeout, remoteSigningInitiated, signingResult

// event = { type: 'sessionEnd', sessionEndType: 'sessionTimeout' };
// event = {
// type: 'sessionEnd',
Expand Down

0 comments on commit 4e72270

Please sign in to comment.