Added buttons to join/leave organisations (no functionality yet)

This commit is contained in:
2022-02-15 16:52:00 +00:00
parent e2180ddff3
commit 130c5ec9bb
4 changed files with 37 additions and 3 deletions

View File

@@ -23,5 +23,8 @@ return [
'require_approval' => true,
'timeout' => -1,
],
'membership' => [
'single_membership' => false,
],
],
];
];