hedgedoc / react-client

The frontend of the upcoming version 2.0

Home Page:https://hedgedoc.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SignInButton links to '/n/login' from notes

tamo opened this issue · comments

If a guest visits a page (e.g. /n/features), the sign-in button navigates to /n/login instead of /login.


this should be return '/login' maybe?

Good catch, however we built the app to avoid absolute paths with a / prefix, therefore I'm not sure about your suggested change.

@mrdrogdrog do you want to take a look?

Should be okay since we have a base url Meta tag now.