mirror of
https://github.com/fromchat-messenger/web.git
synced 2026-09-22 19:15:08 +03:00
Implement profile
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user