chore: don't spread arguments #933

Merged
konrad merged 1 commits from dpschen/frontend:feature/fix-auth-arguments into main 2021-11-02 18:17:26 +00:00
Member
No description provided.
dpschen added 1 commit 2021-11-01 18:58:24 +00:00
continuous-integration/drone/pr Build is passing Details
19322cbd42
fix: don't spread arguments
dpschen reviewed 2021-11-01 18:58:45 +00:00
@ -120,12 +120,9 @@ export default {
// Not sure if this is the right place to put the logic in, maybe a seperate js component would be better suited.
async register(ctx, credentials) {
const HTTP = HTTPFactory()
ctx.commit(LOADING, true, {root: true})
Author
Member

Was not sure here, but seems to have been missing.

Was not sure here, but seems to have been missing.

Good catch!

Good catch!

Though I just noticed that's already being set in the register component (which is bad). Could you remove it there? Not nessecarily here in this PR, another one is fine.

Though I just noticed that's already being set [in the register component](https://kolaente.dev/vikunja/frontend/src/branch/main/src/views/user/Register.vue#L134) (which is bad). Could you remove it there? Not nessecarily here in this PR, another one is fine.

Created a follow-up: #939

Created a follow-up: https://kolaente.dev/vikunja/frontend/pulls/939
konrad was assigned by dpschen 2021-11-01 18:58:52 +00:00
dpschen requested review from konrad 2021-11-01 18:58:56 +00:00
konrad approved these changes 2021-11-02 18:14:44 +00:00
konrad merged commit d1ff800b41 into main 2021-11-02 18:17:26 +00:00
konrad deleted branch feature/fix-auth-arguments 2021-11-02 18:17:26 +00:00
This repo is archived. You cannot comment on pull requests.
No description provided.