Skip to content

Commit c055e17

Browse files
authored
Logout JWT (#560)
1 parent 52ecadd commit c055e17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

intercom_flutter_web/lib/intercom_flutter_web.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ class IntercomFlutterWeb extends IntercomFlutterPlatform {
216216
// shutdown will effectively clear out any user data that you have been passing through the JS API.
217217
// but not from intercomSettings
218218
// so manually clear some intercom settings
219-
removeIntercomSettings(['user_hash', 'user_id', 'email']);
219+
removeIntercomSettings(['user_hash', 'intercom_user_jwt', 'user_id', 'email']);
220220
// shutdown
221221
globalContext.callMethod('Intercom'.toJS, 'shutdown'.toJS);
222222
print("logout");

0 commit comments

Comments
 (0)