Skip to content

Commit 4ed3367

Browse files
authored
Add missing comma
1 parent 7f8ba45 commit 4ed3367

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)