Skip to content

Commit 1b08ac2

Browse files
Merge pull request #417 from ecirish/patch-1
Add missing comma to auth example
2 parents 7f8ba45 + 4ed3367 commit 1b08ac2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/auth-plugin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ export default {
6868
methods: {
6969

7070
login() {
71-
this.$store.dispatch('auth/authenticate' {
71+
this.$store.dispatch('auth/authenticate', {
7272
email: '...',
7373
password: '...'
7474
})

0 commit comments

Comments
 (0)