mirror of
https://gitlab.com/MrFry/qmining-page
synced 2025-04-01 20:23:44 +02:00
Home page and pw request page refactor
This commit is contained in:
parent
f159b9379c
commit
0ea9ecb5a3
6 changed files with 191 additions and 212 deletions
|
@ -25,7 +25,6 @@ export default function PwRequest(props) {
|
|||
return resp.json()
|
||||
})
|
||||
.then((data) => {
|
||||
console.log(data)
|
||||
setRemaining(data.avaiblePWS)
|
||||
setCreateDate(data.userCreated)
|
||||
setRequestedPWS(data.requestedPWS)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue