geer-builder 1.2.716 → 1.2.718

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/GRegistration.vue CHANGED
@@ -125,8 +125,8 @@
125
125
  <div style="min-width:100vw;width: 50vw; min-height:100vh;" class="term-holder">
126
126
  <div class="term-title">Terms & Conditions</div>
127
127
 
128
- <div class="term-content" v-if="terms_and_conditions">
129
- <iframe id="frame_holder" :src="terms_and_conditions.terms_and_conditions + '?embedded=true'" class="iframe"></iframe>
128
+ <div class="term-content" v-if="terms_and_conditions">
129
+ <iframe id="frame_holder" :src="terms_and_conditions.terms_and_conditions.indexOf('firebasestorage.googleapis.com') > 0 ?terms_and_conditions.terms_and_conditions + '&embedded=true' : terms_and_conditions.terms_and_conditions + '?embedded=true' " class="iframe"></iframe>
130
130
  </div>
131
131
  <div v-else style="text-align: center; height: 470px; padding: 15px">
132
132
  Terms and Conditions
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "geer-builder",
3
- "version": "1.2.716",
3
+ "version": "1.2.718",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {