We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbeadb3 commit c927bb9Copy full SHA for c927bb9
frontend/src/app/[locale]/_partials/header.tsx
@@ -18,7 +18,7 @@ const Header = () => {
18
const [isScrolled, setIsScrolled] = useState(false);
19
20
const topNav: Record<string, string> = {
21
- volunteer: 'https://authentik.services.dataforgood.fr/if/flow/default-authentication-flow/?next=%2F',
+ volunteer: 'https://authentik.services.dataforgood.fr/if/flow/main-page-enrollment/?next=%2F',
22
project: 'https://noco.services.dataforgood.fr/dashboard/#/nc/form/88489f59-98e8-4e80-8d7b-a8711fd8fb49',
23
financier: usePathLocale('/donations'),
24
};
0 commit comments