remove uneeded add user

This commit is contained in:
MathMan05 2025-04-04 21:57:23 -05:00
parent 7c48ec7f91
commit a4d9e35789

View file

@ -1,5 +1,4 @@
import {I18n} from "./i18n.js";
import {adduser} from "./login.js";
import {Dialog, FormError} from "./settings.js";
await I18n.done;
const info = JSON.parse(localStorage.getItem("instanceinfo") as string);