Update frontend/src/views/Pages/Register.vue

Co-authored-by: Moriz Wahl <moriz.wahl@gmx.de>
This commit is contained in:
Hannes Heine 2021-10-13 16:37:47 +02:00 committed by GitHub
parent a7134cd33b
commit 8bfec7dcf8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -199,7 +199,7 @@ export default {
lastName: this.form.lastname,
password: this.form.password.password,
language: this.language,
publisherId: parseInt(this.$store.state.publisherId),
publisherId: this.$store.state.publisherId,
},
})
.then(() => {