Renamed Dashboard to Journal (#2)

This commit is contained in:
Daniel J. Summers
2017-09-25 21:28:08 -05:00
parent 647e79c59c
commit 51ec649e7f
5 changed files with 12 additions and 11 deletions
+1 -1
View File
@@ -67,7 +67,7 @@ export default class AuthService {
this.userInfo(authResult.accessToken)
.then(user => {
store.commit(mutations.USER_LOGGED_ON, user)
router.replace('/dashboard')
router.replace('/journal')
})
}
})