meteor-persistent-session icon indicating copy to clipboard operation
meteor-persistent-session copied to clipboard

Bug fix for clearTemp()

Open michaelcbrook opened this issue 4 years ago • 0 comments

_.omit expects key names to exclude, but objects were being passed instead, causing clearTemp() to over-delete and clear both persistent and auth sessions too.

This fixes that and produces the correct behavior.

michaelcbrook avatar Nov 29 '20 07:11 michaelcbrook