aboutsummaryrefslogtreecommitdiff
path: root/signup/index.html
diff options
context:
space:
mode:
authorKumar Priyansh <[email protected]>2019-05-31 16:59:11 +0700
committerKumar Priyansh <[email protected]>2019-05-31 16:59:11 +0700
commit7f095a294bdc11515b1d979a4d6f37d2c20ead91 (patch)
tree56af77932cf5a9e4fb8afeb364cf516db5ead6f2 /signup/index.html
parente54d2afe76d8a162e00c0f92d656563e641c49f0 (diff)
downloadfirebase-ecommerce-7f095a294bdc11515b1d979a4d6f37d2c20ead91.tar.xz
firebase-ecommerce-7f095a294bdc11515b1d979a4d6f37d2c20ead91.zip
Screen Updated
Diffstat (limited to 'signup/index.html')
-rw-r--r--signup/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/signup/index.html b/signup/index.html
index 2d6fbba..1c845b2 100644
--- a/signup/index.html
+++ b/signup/index.html
@@ -13,7 +13,7 @@
<button id="login">Signup</button><br><br>
<a href="../">Already a user? Login Now!</a>
<script src="../shared/jquery.js"></script>
- <script src="https://www.gstatic.com/firebasejs/6.1.0/firebase-app.js"></script>
+ <script src="https://www.gstatic.com/firebasejs/6.1.0/firebase.js"></script>
<script src="../shared/firebaseConfig.js"></script>
<script src="../shared/Signup.js"></script>
</body>