mirror of
https://github.com/zvx-echo6/recon.git
synced 2026-05-20 06:34:40 +02:00
8 lines
375 B
HTML
8 lines
375 B
HTML
|
|
{% extends "base.html" %}
|
||
|
|
{% block content %}
|
||
|
|
<h3 style="color:var(--orange);margin-bottom:16px;">API Keys</h3>
|
||
|
|
<div class="panel">
|
||
|
|
<p class="text-dim">Per-user API key management is coming soon.</p>
|
||
|
|
<p class="text-dim" style="margin-top:8px;font-size:11px;">This will allow generating keys for programmatic access to the Navi contacts API.</p>
|
||
|
|
</div>
|
||
|
|
{% endblock %}
|