feat: add profile settings page

This commit is contained in:
swve 2023-03-13 22:22:03 +01:00
parent fac6b57ab3
commit 1157b77835
21 changed files with 456 additions and 134 deletions

View file

@ -13,7 +13,7 @@ import { getOrgFromUri, getUriWithOrg } from "@services/config";
export const Menu = (params : any) => {
const router = useRouter();
const pathname = usePathname();
const orgslug = getOrgFromUri(pathname);
const orgslug = getOrgFromUri();
return (
<GlobalHeader>