change full name to username
Deploy / deploy (push) Successful in 32s

This commit is contained in:
2026-05-08 00:24:39 +02:00
parent 5fdfddb20c
commit de5b21322c
+1 -1
View File
@@ -104,7 +104,7 @@ if (!isset($_SESSION["logged_in"]) || $_SESSION["logged_in"] !== true) {
<form id="account-form">
<!-- Name -->
<div class="mb-3">
<label for="name" class="form-label">Full Name</label>
<label for="name" class="form-label">Username</label>
<input type="text" class="form-control" id="name" placeholder="Loading...">
</div>