diff --git a/src/layouts/address-poc/address-poc.vue b/src/layouts/address-poc/address-poc.vue index cc7950b9a..5f092d043 100644 --- a/src/layouts/address-poc/address-poc.vue +++ b/src/layouts/address-poc/address-poc.vue @@ -5,46 +5,51 @@ -
-
- - +
+
+
+ + +
-
-
-
- - + +
+
+
+ + +
-
-
-
- - -
-
- - -
-
- + +
+
+
+ + +
+
+ + +
+
+
An accurate match may not have have been located. Please verify your address before continuing @@ -112,8 +117,8 @@ export default { let addressField1 = document.getElementById("autocomplete"); let self = this; - //let apiKey = "AIzaSyDptGCkOPgN2uWJOy4ou4M33phRD4MAoJo"; // localhost:8080 - let apiKey = "AIzaSyBji_2ApAj2vE_XNGyV-LaUEKrmuElpJ1w"; // Dev and above + let apiKey = "AIzaSyDptGCkOPgN2uWJOy4ou4M33phRD4MAoJo"; // localhost:8080 + //let apiKey = "AIzaSyBji_2ApAj2vE_XNGyV-LaUEKrmuElpJ1w"; // Dev and above this.$loadScript(`https://maps.googleapis.com/maps/api/js?key=${apiKey}&libraries=places`) .then(() => {