mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
correct itemType check for VALID now with existing recipientUser
This commit is contained in:
parent
660ba90e5f
commit
7557cbdc5b
@ -194,7 +194,7 @@ const itemType = computed(() => {
|
||||
console.log('TransactionLink.itemType... linkData.value=', linkData.value)
|
||||
return 'REDEEM_SELECT_COMMUNITY'
|
||||
}
|
||||
if (isRedeemJwtLink.value) {
|
||||
if (isRedeemJwtLink.value && linkData.value.recipientUser) {
|
||||
console.log('TransactionLink.itemType... VALID')
|
||||
console.log('TransactionLink.itemType... validLink=', validLink.value)
|
||||
console.log('TransactionLink.itemType... linkData.value=', linkData.value)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user