Merge "User profile first pass" into projects
[osm/UI.git] / skyquake / plugins / user_management / config.json
index 0e66f6f..0fe9e96 100644 (file)
         "route": "platform",
         "component": "./platformRoleManagement/platformRoleManagement.jsx",
         "type": "internal"
-    }]
+    },
+      {
+        "label": "User Profile",
+        "route": "user-profile",
+        "component": "./userProfile/userProfile.jsx",
+        "type": "internal",
+        "unique" : true
+    }
+    ]
 }