Skip to content
Snippets Groups Projects
Verified Commit c007c16c authored by Andreas Ellewsen's avatar Andreas Ellewsen
Browse files

Remove a stray slash

parent 4b2ce2c3
No related branches found
No related tags found
1 merge request!204Modify register step form for guests
......@@ -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>
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment