We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dcdebb commit 869224fCopy full SHA for 869224f
frontend/src/app/auth/page.dev.tsx
@@ -8,7 +8,6 @@ import '@aws-amplify/ui-react/styles.css';
8
// eslint-disable-next-line unicorn/prefer-node-protocol
9
import path from 'path';
10
import { NHSNotifyMain } from '@atoms/NHSNotifyMain/NHSNotifyMain';
11
-import PageTitle from '@hooks/page-title.hook';
12
13
const useRedirectPath = () => {
14
const searchParams = useSearchParams();
@@ -29,7 +28,6 @@ const SignIn = () => {
29
28
};
30
31
export default function Page() {
32
- PageTitle('Sign in - Create and submit templates - NHS Notify');
33
return (
34
<NHSNotifyMain>
35
<Suspense fallback={<p>Loading...</p>}>
frontend/src/hooks/page-title.hook.ts
0 commit comments