Switch to git dep so build system will work
Some checks failed
Cargo Build & Test / Rust project - latest (stable) (push) Failing after 22s

This commit is contained in:
2026-07-02 21:59:01 -05:00
parent dd11f0a224
commit 59058207f4
6 changed files with 46 additions and 15 deletions

View File

@@ -0,0 +1,8 @@
{% extends "_layout" %}
{% block content %}
<div class="p-4">
<h4>Password successfully updated</h4>
<a href="/">Home</a>
</div>
{% endblock content %}