mirror of
https://github.com/fromchat-messenger/web.git
synced 2026-09-22 19:15:08 +03:00
7 lines
190 B
TypeScript
7 lines
190 B
TypeScript
import { showLogin } from "./auth";
|
|
import { PRODUCT_NAME } from "./config";
|
|
|
|
showLogin();
|
|
|
|
document.getElementById("productname")!.textContent = PRODUCT_NAME;
|
|
document.title = PRODUCT_NAME; |