Move wifi routing

This commit is contained in:
Rick Watson
2019-05-26 20:49:15 +01:00
parent 6e5b35978a
commit 2fa954d5b9
6 changed files with 80 additions and 62 deletions

View File

@ -21,7 +21,7 @@ export function fetchLoginRedirect() {
const loginSearch = localStorage.getItem(LOGIN_SEARCH);
clearLoginRedirect();
return {
pathname: loginPathname || "/wifi-configuration",
pathname: loginPathname || "/wifi/",
search: (loginPathname && loginSearch) || undefined
};
}