mirror of
https://github.com/IT4Change/gradido.git
synced 2026-03-28 21:25:32 +00:00
treat senderUser as optional
This commit is contained in:
parent
9239df58e4
commit
1749d79fb4
@ -123,7 +123,7 @@ async function onSwitch(event) {
|
||||
console.log('RedeemCommunitySelection.onSwitch... props=', props)
|
||||
if (isForeignCommunitySelected.value) {
|
||||
console.log('RedeemCommunitySelection.onSwitch vor createRedeemJwt params:', {
|
||||
gradidoID: props.linkData.senderUser.gradidoID,
|
||||
gradidoID: props.linkData.senderUser?.gradidoID,
|
||||
senderCommunityUuid: senderCommunity.value.uuid,
|
||||
senderCommunityName: senderCommunity.value.name,
|
||||
receiverCommunityUuid: currentReceiverCommunity.value.uuid,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user