Skip to content

Commit

Permalink
chore: populate reference_id from app on load (#437)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidma415 authored Feb 29, 2024
1 parent 8696eb9 commit d7e4724
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/Applications/ApplicationForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ export default defineComponent({
reference_id: res.data.reference_id,
auth_strategy_id: res.data.auth_strategy?.id
}
if (isDcr.value) {
if (!appRegV2Enabled && isDcr.value) {
delete newFormData.reference_id
} else {
delete newFormData.redirect_uri
Expand Down

0 comments on commit d7e4724

Please sign in to comment.