From 8bfec7dcf8ffeb80430a772bd27e2fd9557c8cc6 Mon Sep 17 00:00:00 2001 From: Hannes Heine Date: Wed, 13 Oct 2021 16:37:47 +0200 Subject: [PATCH] Update frontend/src/views/Pages/Register.vue Co-authored-by: Moriz Wahl --- frontend/src/views/Pages/Register.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/views/Pages/Register.vue b/frontend/src/views/Pages/Register.vue index 68613bf12..863dde988 100755 --- a/frontend/src/views/Pages/Register.vue +++ b/frontend/src/views/Pages/Register.vue @@ -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(() => {