Skip to content

Commit 7edd68b

Browse files
committed
Add capability to inject registration_code from query parameter
1 parent adb5ff5 commit 7edd68b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/pages/signup.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ export default {
7474
password: '',
7575
organization: '',
7676
passwordVisible: false,
77-
registrationCode: '',
77+
registrationCode: this.$route.query.registration_code || '',
7878
registrationCodeVisible: false,
7979
loading: false,
8080

0 commit comments

Comments
 (0)