Skip to content

Commit fd448c7

Browse files
committed
Removed json breakdown that's not needed
1 parent 3f82841 commit fd448c7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

index.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,10 +125,9 @@ <h3>Setup project</h3>
125125
</div>
126126
<div class="six columns">
127127
<label for="api-key">API key</label>
128-
<input placeholder="api-key" class="remember-input u-full-width" type="text" id="api-key" />
128+
<input placeholder="api-key" class="remember-input u-full-width" type="password" id="api-key" />
129129
</div>
130130
</div>
131-
<pre><code id="config" class="pretty-print"></code></pre>
132131
<p><button id="load" class="button-primary">Connect project</button></p>
133132
</form>
134133

@@ -217,7 +216,6 @@ <h3>Source</h3>
217216
authDomain: `${id}.firebaseapp.com`,
218217
apiKey: $('#api-key').val()
219218
}
220-
$('#config').text(JSON.stringify(config, null, 2))
221219
}
222220

223221
for (let configElement of ['#project-id', '#api-key']) {

0 commit comments

Comments
 (0)