Generate invite tokens from admin-fe
Compare changes
+ 18
− 3
@@ -16,7 +16,7 @@ const settings = {
@@ -30,7 +30,21 @@ const reports = {
@@ -108,12 +122,13 @@ export const asyncRouterMap = [
This MR allows to create invite tokens, list them on a separate tab, invite users via email. It also updates error handling and allows to generate tokens for resetting password.
Closes #28 (closed)