Implement profile

This commit is contained in:
2025-08-30 23:01:59 +03:00
Unverified
parent 3592262838
commit 9f2f6f86f9
26 changed files with 602 additions and 132 deletions
-6
View File
@@ -5,12 +5,6 @@
* @version 1.0.0
*/
import { showLogin } from "../navigation";
import { PRODUCT_NAME } from "./config";
showLogin();
document.querySelectorAll(".product-name").forEach(el => {
el.textContent = PRODUCT_NAME;
});
document.title = PRODUCT_NAME;