Fix linting.
This commit is contained in:
parent
9af204b293
commit
60b3e4f40f
2 changed files with 4 additions and 4 deletions
|
@ -9,8 +9,8 @@ const oac = {
|
|||
instance: this.$store.state.instance.server,
|
||||
code: this.code
|
||||
}).then((result) => {
|
||||
this.$store.commit("setToken", result.access_token)
|
||||
this.$store.dispatch("loginUser", result.access_token)
|
||||
this.$store.commit('setToken', result.access_token)
|
||||
this.$store.dispatch('loginUser', result.access_token)
|
||||
this.$router.push('/main/friends')
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue