diff --git a/frontend/src/config.ts b/frontend/src/config.ts index 56947f1..2ebf3ea 100644 --- a/frontend/src/config.ts +++ b/frontend/src/config.ts @@ -14,7 +14,7 @@ export const localStorageStyleKey = 'style'; export const containerMaxW = 'xl:max-w-full xl:mx-auto 2xl:mx-20'; -export const appTitle = 'created by Flatlogic generator!'; +export const appTitle = ''; export const getPageTitle = (currentPageTitle: string) => `${currentPageTitle} — ${appTitle}`; diff --git a/frontend/src/pages/index.tsx b/frontend/src/pages/index.tsx index 0de5dc1..9cb2e1f 100644 --- a/frontend/src/pages/index.tsx +++ b/frontend/src/pages/index.tsx @@ -26,7 +26,7 @@ export default function Starter() { const [contentPosition, setContentPosition] = useState('right'); const textColor = useAppSelector((state) => state.style.linkColor); - const title = 'PaperClaimsai'; + const title = 'PaperClaims.ai'; // Fetch Pexels image/video useEffect(() => { @@ -129,27 +129,20 @@ export default function Starter() { : null}
- This is a React.js/Node.js app generated by the{' '} - - Flatlogic Web App Generator - + This is a temporary landing page for the main app portal.
- For guides and documentation please check your local README.md - and the{' '} + Use the Login button below to access the portal, or visit the {' '} - Flatlogic documentation - + PaperClaims.ai public website + .
- © 2024 {title}. All rights reserved + © 2025 {title}. All rights reserved
Privacy Policy diff --git a/frontend/src/pages/login.tsx b/frontend/src/pages/login.tsx index d2e9dc4..a51f221 100644 --- a/frontend/src/pages/login.tsx +++ b/frontend/src/pages/login.tsx @@ -52,7 +52,7 @@ export default function Login() { remember: true, }); - const title = 'PaperClaimsai'; + const title = 'PaperClaims.ai | Login'; // Fetch Pexels image/video useEffect(() => { @@ -199,37 +199,12 @@ export default function Login() { : null}
- Use{' '}
- setLogin(e.target)}
- >
- admin@flatlogic.com
-
- {' / '}
- c8f96137
- {' / '}
- to login as Admin
-
- Use{' '}
- setLogin(e.target)}
- >
- client@hello.com
-
- {' / '}
- 57fd86e330a1
- {' / '}
- to login as User
+ Login below to access your account.