0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-13 06:32:39 +00:00

Added in a logout to the user page

This commit is contained in:
Scott Tolksdorf
2017-01-09 17:32:46 -05:00
parent 0d0f0d8eb0
commit baaa82ed34
6 changed files with 74 additions and 15 deletions

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([]);
},