Skip to content

Commit

Permalink
feat: removed apikey.js as it is handled dynamically
Browse files Browse the repository at this point in the history
  • Loading branch information
frankpagan committed Sep 19, 2023
1 parent 762aece commit ce3e3b7
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion src/dashboard/test.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@
</div>

<!-- CoCreateJS -->
<script src="../apikey.js"></script>
<script src="https://CoCreate.app/dist/CoCreate.js"></script>
</body>
</html>
1 change: 0 additions & 1 deletion src/organizations/creator.html
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,6 @@ <h3>Step 3 / 3</h3>
</div>

<!--CoCreateJS-->
<script src="../apikey.js"></script>
<script src="https://CoCreate.app/dist/CoCreate.js"></script>

<script>
Expand Down
1 change: 0 additions & 1 deletion src/signin.html
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,6 @@ <h3>Password Recovery</h3>
</div>
</div>

<script src="./apikey.js"></script>
<script src="https://CoCreate.app/dist/CoCreate.js"></script>
</body>
</html>
1 change: 0 additions & 1 deletion src/signup.html
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,6 @@ <h3>Step 4 / 4</h3>
</div>
</div>

<script src="./apikey.js"></script>
<script src="https://CoCreate.app/dist/CoCreate.js"></script>
</body>
</html>
1 change: 0 additions & 1 deletion src/website-pages/form.html
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,6 @@ <h4>{{object.name}}</h4>
</main>

<!-- CoCreateJS -->
<script src="../apikey.js"></script>
<script src="https://CoCreate.app/dist/CoCreate.js"></script>
</body>
</html>

0 comments on commit ce3e3b7

Please sign in to comment.