Skip to content

Commit

Permalink
Add capability to inject registration_code from query parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
proelbtn committed Jan 18, 2025
1 parent adb5ff5 commit 7edd68b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/pages/signup.vue
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export default {
password: '',
organization: '',
passwordVisible: false,
registrationCode: '',
registrationCode: this.$route.query.registration_code || '',
registrationCodeVisible: false,
loading: false,
Expand Down

0 comments on commit 7edd68b

Please sign in to comment.