feat: implement FastAPI authentication with password protection for admin panel
This commit is contained in:
4
src/templates/jinja2/dashboard/partials/admin_panel.html
Normal file
4
src/templates/jinja2/dashboard/partials/admin_panel.html
Normal file
@@ -0,0 +1,4 @@
|
||||
<div class="table-container" style="text-align: center; padding: 60px 20px;">
|
||||
<h2 style="color: #58a6ff;">Admin Panel</h2>
|
||||
<p style="color: #8b949e; font-size: 16px;">This is a protected panel. More features coming soon.</p>
|
||||
</div>
|
||||
Reference in New Issue
Block a user