mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-05-04 05:06:37 +00:00
First code for Spectre login and import routine.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user