issues
search
uday-samsani
/
masterpass
masterpass is a password manager which encrypts everything and stores nothing
GNU General Public License v3.0
0
stars
2
forks
source link
Login form redirecting.
#15
Closed
uday-samsani
closed
4 years ago
uday-samsani
commented
4 years ago
Login form redirection to
/
is having an error with
props.history.push()
.
uday-samsani
commented
4 years ago
Login and register will redirect to
/mastervault
now.
Changed the props to
RegisterForm
and
LoginForm
inorder to gain access history of route.
/
is having an error withprops.history.push()
.