added post login
This commit is contained in:
@@ -117,6 +117,7 @@ export default function CreateAccount() {
|
||||
label="Username"
|
||||
variant="outlined"
|
||||
onChange={handleChangeUSR}
|
||||
value={username}
|
||||
className={classes.input}
|
||||
/>
|
||||
</Box >
|
||||
@@ -129,6 +130,7 @@ export default function CreateAccount() {
|
||||
label="Password"
|
||||
autoComplete="current-password"
|
||||
variant="outlined"
|
||||
value={password}
|
||||
onChange={handleChangePW}
|
||||
className={classes.input}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user