Added password authorization, minor other changes

This commit is contained in:
MrFry 2020-03-25 16:35:22 +01:00
parent e220da2525
commit a2c06b3343
5 changed files with 93 additions and 56 deletions

View file

@ -23,7 +23,6 @@ class Question extends PureComponent {
})
}
// TODO
const qDataChange = (e) => {
try {
let newData = JSON.parse(e.target.value)