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