First code for Spectre login and import routine.

This commit is contained in:
James Cole
2018-05-14 20:21:00 +02:00
parent a9c8c8384d
commit 9f26757e8a
8 changed files with 286 additions and 35 deletions

View File

@@ -23,8 +23,8 @@
<div class="row">
<div class="col-lg-8">
{{ ExpandedForm.text('app_id') }}
{{ ExpandedForm.text('secret') }}
{{ ExpandedForm.text('app_id', app_id) }}
{{ ExpandedForm.text('secret', secret) }}
</div>
</div>
<div class="row">
@@ -36,7 +36,7 @@
<div class="col-sm-8">
<textarea class="form-control"
rows="10"
id="ffInput_pub_key_holder" name="pub_key_holder" contenteditable="false">{{ publicKey }}</textarea>
id="ffInput_pub_key_holder" name="pub_key_holder" contenteditable="false">{{ public_key }}</textarea>
</div>
</div>
</div>