diff --git a/README.md b/README.md index 5a674e5..bfb734c 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ There are external components to this template referred to as "microservices". T - ~~login (with cookies)~~ - ~~logout (with cookies)~~ - ~~account deletion~~ - - Change passwords + - ~~Change passwords~~ - Administration Panel - ~~Default admin account~~ - ~~Exclusive to admin accounts~~ diff --git a/client/components/pages/account.jsx b/client/components/pages/account.jsx index f065635..0dac79f 100644 --- a/client/components/pages/account.jsx +++ b/client/components/pages/account.jsx @@ -13,7 +13,7 @@ const Account = props => { } //refs - let contactElement; + let contactElement, passwordElement, retypeElement; //once before render useEffect(() => { @@ -31,11 +31,24 @@ const Account = props => {