\n
\n
\n Email address\n {\n setEmail(e.target.value)\n }} />\n \n \n password\n {\n setPassword(e.target.value)\n }}/>\n \n \n retype password\n e.key === 'Enter' ? createNewUser(appCtx.token, appCtx.deviceId, email, password): null}\n onChange={e => {\n setPassword2(e.target.value)\n }}/>\n \n \n \n \n
\n
\n Email address\n {\n setEmail(e.target.value)\n }} />\n \n \n password\n e.key === 'Enter' ? loginExistingUser(appCtx.token, appCtx.deviceId, email, password): null}\n onChange={e => {\n setPassword(e.target.value)\n }} />\n \n \n \n \n
\n