@seaverse/auth-sdk 0.4.9 → 0.4.10

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.
package/dist/index.js CHANGED
@@ -2913,7 +2913,7 @@ class AuthModal {
2913
2913
  signupLink.textContent = 'Sign up';
2914
2914
  subtitle.appendChild(signupLink);
2915
2915
  header.appendChild(title);
2916
- header.appendChild(subtitle);
2916
+ // header.appendChild(subtitle);
2917
2917
  view.appendChild(header);
2918
2918
  // Form
2919
2919
  const form = document.createElement('form');