Go to friends timeline on login.
This commit is contained in:
parent
500b704c0f
commit
a7ce51b4b0
2 changed files with 4 additions and 2 deletions
|
@ -21,7 +21,7 @@ const users = {
|
|||
loginUser (store, userCredentials) {
|
||||
const commit = store.commit
|
||||
commit('beginLogin')
|
||||
apiService.verifyCredentials(userCredentials)
|
||||
return apiService.verifyCredentials(userCredentials)
|
||||
.then((response) => {
|
||||
if (response.ok) {
|
||||
response.json()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue