Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -90,7 +90,7 @@ function RegisterPage(props) { | ... | @@ -90,7 +90,7 @@ function RegisterPage(props) { |
90 | } | 90 | } |
91 | 91 | ||
92 | if (!checkRegisterError) { | 92 | if (!checkRegisterError) { |
93 | - const data = { | 93 | + const userdata = { |
94 | name: Name, | 94 | name: Name, |
95 | id: Id, | 95 | id: Id, |
96 | password: Password, | 96 | password: Password, | ... | ... |
-
Please register or login to post a comment