fix account page title

This commit is contained in:
Bennett
2025-05-23 12:34:11 +02:00
parent 2c87a6c8c2
commit 2d05bbf86b

View File

@@ -495,7 +495,7 @@ const app = new Elysia({
}
return (
<BaseHtml webroot={WEBROOT} title="ConvertX | Login">
<BaseHtml webroot={WEBROOT} title="ConvertX | Account">
<>
<Header
webroot={WEBROOT}