diff options
Diffstat (limited to 'src/components/login_form')
| -rw-r--r-- | src/components/login_form/login_form.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/login_form/login_form.js b/src/components/login_form/login_form.js index b1899666..ffdd5504 100644 --- a/src/components/login_form/login_form.js +++ b/src/components/login_form/login_form.js @@ -1,4 +1,4 @@ -import oauthApi from "../../services/new_api/oauth.js"; +import oauthApi from '../../services/new_api/oauth.js' const LoginForm = { data: () => ({ user: {}, @@ -14,7 +14,7 @@ const LoginForm = { oauth: this.$store.state.oauth, instance: this.$store.state.instance.server, commit: this.$store.commit - }); + }) }, submit () { this.$store.dispatch('loginUser', this.user).then( |
