Skip to content

Commit

Permalink
Fix userJwtInvalidated alert name in example
Browse files Browse the repository at this point in the history
  • Loading branch information
shepherd-l committed Jun 6, 2024
1 parent eff108b commit db72ea5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion express_webpack/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@

OneSignalDeferred.push(function(onesignal) {
onesignal.addEventListener('userJwtInvalidated', function (event) {
showEventAlert('slidedownShown', { event });
showEventAlert('userJwtInvalidated', { event });
});
});

Expand Down

0 comments on commit db72ea5

Please sign in to comment.