dcp-client 4.1.24 → 4.1.25

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dcp-client",
3
- "version": "4.1.24",
3
+ "version": "4.1.25",
4
4
  "description": "Core libraries for accessing DCP network",
5
5
  "keywords": [
6
6
  "dcp"
@@ -2,6 +2,7 @@
2
2
  <div class="dcp-modal dcp-slide" id="dcp-modal-oauth-login" aria-hidden="true">
3
3
  <div class="dcp-modal-overlay" tabindex="-1" data-micromodal-close>
4
4
  <div class="dcp-modal-container" role="dialog" aria-modal="true" aria-labelledby="dcp-modal-keystore-file-title">
5
+ <form id="dcp-modal-oauth-login-form" method="dialog"></form>
5
6
  <header class="dcp-modal-header">
6
7
  <h2 class="dcp-modal-title" id="dcp-modal-oauth-login-title">Login Required</h2>
7
8
  <button class="dcp-modal-close" aria-label="Close modal" data-micromodal-close></button>