From c007c16c6e0da1d8e54ce13986947ff200161f49 Mon Sep 17 00:00:00 2001 From: Andreas Ellewsen <ae@uio.no> Date: Mon, 13 Dec 2021 14:22:13 +0100 Subject: [PATCH] Remove a stray slash --- frontend/src/routes/invite/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/routes/invite/index.tsx b/frontend/src/routes/invite/index.tsx index 14acbc64..07e9c300 100644 --- a/frontend/src/routes/invite/index.tsx +++ b/frontend/src/routes/invite/index.tsx @@ -24,7 +24,7 @@ function ChooseRegistrationMethod() { <p>{t('description')}</p> <FlexDiv> <HrefButton to="/oidc/authenticate/">{t('login')}</HrefButton> - <HrefLineButton to="/guestregister/">{t('manual')}</HrefLineButton> + <HrefLineButton to="/guestregister">{t('manual')}</HrefLineButton> </FlexDiv> </Page> ) -- GitLab