@undefineds.co/xpod 0.3.23 → 0.3.24

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -101,10 +101,8 @@
101
101
  setVisibility('response-linkWebId', Boolean(webIdResource));
102
102
  setVisibility('mainForm', false);
103
103
 
104
- // Pod 创建成功后清除 provisionCode
105
- if (pc) {
106
- sessionStorage.removeItem('provisionCode');
107
- }
104
+ // Keep provisionCode until logout so the account dashboard and consent
105
+ // stay scoped to the selected Local storage provider.
108
106
  });
109
107
  })();
110
108
  </script>