File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -125,10 +125,9 @@ <h3>Setup project</h3>
125
125
</ div >
126
126
< div class ="six columns ">
127
127
< 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 " />
129
129
</ div >
130
130
</ div >
131
- < pre > < code id ="config " class ="pretty-print "> </ code > </ pre >
132
131
< p > < button id ="load " class ="button-primary "> Connect project</ button > </ p >
133
132
</ form >
134
133
@@ -217,7 +216,6 @@ <h3>Source</h3>
217
216
authDomain : `${ id } .firebaseapp.com` ,
218
217
apiKey : $ ( '#api-key' ) . val ( )
219
218
}
220
- $ ( '#config' ) . text ( JSON . stringify ( config , null , 2 ) )
221
219
}
222
220
223
221
for ( let configElement of [ '#project-id' , '#api-key' ] ) {
You can’t perform that action at this time.
0 commit comments