core-dashboard-worona
Advanced tools
Comparing version 1.3.18 to 1.3.19
{ | ||
"name": "core-dashboard-worona", | ||
"version": "1.3.18", | ||
"version": "1.3.19", | ||
"description": "Core Package of Worona Dashboard", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -77,2 +77,16 @@ /* eslint-disable react/prefer-stateless-function, react/no-multi-comp, react/prop-types */ | ||
<Route | ||
path="forgot-password" | ||
component={Entry} | ||
wrapped="ForgotPassword" | ||
title="Forgot Password" | ||
onEnter={dontRequireAuth(store)} | ||
/> | ||
<Route | ||
path="recover-password" | ||
component={Entry} | ||
wrapped="RecoverPassword" | ||
title="Recover Password" | ||
onEnter={dontRequireAuth(store)} | ||
/> | ||
<Route | ||
path="add-site" | ||
@@ -79,0 +93,0 @@ component={Entry} |
58326
1162