Delete Account on UI can log the user out

This commit is contained in:
Aaron Sun
2019-10-23 17:18:52 -04:00
parent bc0b2549b4
commit ad853923c8
5 changed files with 70 additions and 31 deletions

View File

@@ -50,9 +50,12 @@ import withStyles from "@material-ui/core/styles/withStyles";
<Button component={ Link } to='/signup'>
Sign Up
</Button>
<Button component={ Link } to='/logout'>
Logout
</Button>
<Button component={ Link } to='/logout'>
Logout
</Button>
<Button component={ Link } to='/delete'>
Delete Account
</Button>
</ToolBar>
</AppBar>
)