Add company dashboard improvements and upload/auth features
This commit is contained in:
@@ -27,6 +27,9 @@ def main():
|
||||
"/auth/change-password",
|
||||
"/auth/forgot-password",
|
||||
"/auth/reset-password/<token>",
|
||||
"/company/my-company",
|
||||
"/company/my-company/invite",
|
||||
"/company/my-company/users/<int:user_id>/delete",
|
||||
}
|
||||
missing = sorted(required.difference(rules))
|
||||
if missing:
|
||||
|
||||
Reference in New Issue
Block a user