Added in a logout to the user page

This commit is contained in:
Scott Tolksdorf
2017-01-22 12:49:22 -05:00
parent 0d0f0d8eb0
commit baaa82ed34
6 changed files with 74 additions and 15 deletions
+1
View File
@@ -109,6 +109,7 @@ const BrewData = {
//defaults with page and count
//returns a non-text version of brews
//assume sanatized ?
return Promise.resolve([]);
},