File tree Expand file tree Collapse file tree 4 files changed +4
-10
lines changed
Expand file tree Collapse file tree 4 files changed +4
-10
lines changed Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ definePageMeta({
125125const { t } = useTranslation ()
126126const config = useRuntimeConfig ()
127127
128- useSeoMeta ({ title: t (' Connexion' ) })
128+ useSeoMeta ({ title: t (' Connexion' ), robots: ' noindex ' })
129129
130130const email = ref (' ' )
131131const password = ref (' ' )
@@ -186,6 +186,4 @@ const connect = async () => {
186186}
187187
188188const proconnectUrl = computed (() => ` ${config .public .apiBase }/api/1/proconnect/login/ ` )
189-
190- useSeoMeta ({ robots: ' noindex' })
191189 </script >
Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ const config = useRuntimeConfig()
153153const { t } = useTranslation ()
154154const route = useRoute ()
155155
156- useSeoMeta ({ title: t (' S\' enregistrer' ) })
156+ useSeoMeta ({ title: t (' S\' enregistrer' ), robots: ' noindex ' })
157157
158158const email = ref (' ' )
159159const password = ref (' ' )
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ definePageMeta({
7575
7676const { t } = useTranslation ()
7777
78- useSeoMeta ({ title: t (' Connexion' ) })
78+ useSeoMeta ({ title: t (' Connexion' ), robots: ' noindex ' })
7979
8080const me = useMe ()
8181
@@ -114,6 +114,4 @@ const submit = async () => {
114114 }
115115 })
116116}
117-
118- useSeoMeta ({ robots: ' noindex' })
119117 </script >
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ definePageMeta({
6161
6262const { t } = useTranslation ()
6363
64- useSeoMeta ({ title: t (' Connexion' ) })
64+ useSeoMeta ({ title: t (' Connexion' ), robots: ' noindex ' })
6565
6666const me = useMe ()
6767
@@ -94,6 +94,4 @@ const connect = async () => {
9494 }
9595 })
9696}
97-
98- useSeoMeta ({ robots: ' noindex' })
9997 </script >
You can’t perform that action at this time.
0 commit comments