aboutsummaryrefslogtreecommitdiff
path: root/modern/src/App.js
diff options
context:
space:
mode:
authorAshutosh Bishnoi <mail2bishnoi@gmail.com>2021-06-17 13:56:59 +0530
committerAshutosh Bishnoi <mail2bishnoi@gmail.com>2021-06-17 13:56:59 +0530
commitf0ab1c08e5b75efc6e2966841fde39a7bcfbb43e (patch)
tree97e21931a7afcac0d00216d0c411c9e8893217c7 /modern/src/App.js
parent2bbb45f8234b07f5c9b40e98650b2a6eead352c1 (diff)
downloadetbsa-traccar-web-f0ab1c08e5b75efc6e2966841fde39a7bcfbb43e.tar.gz
etbsa-traccar-web-f0ab1c08e5b75efc6e2966841fde39a7bcfbb43e.tar.bz2
etbsa-traccar-web-f0ab1c08e5b75efc6e2966841fde39a7bcfbb43e.zip
Change file name from LoginPage to StartPage
Diffstat (limited to 'modern/src/App.js')
-rw-r--r--modern/src/App.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/modern/src/App.js b/modern/src/App.js
index 36cd2b5..3641339 100644
--- a/modern/src/App.js
+++ b/modern/src/App.js
@@ -48,7 +48,7 @@ const App = () => {
<Switch>
<Route exact path='/login' component={LoginForm} />
<Route exact path='/register' component={RegisterForm} />
- <Route exact path='/resetpassword' component={ResetPasswordForm} />
+ <Route exact path='/reset-password' component={ResetPasswordForm} />
<Route>
{!initialized ? (<LinearProgress />) : (
<Switch>