Merge pull request #298 from bennett-sh/fix-account-page-title

This commit is contained in:
Emrik Östling
2025-05-23 19:13:15 +02:00
committed by GitHub

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}