js: correct decrypt result info (2)
-- * the permittedOperation from last commit ended up in the wrong place. sign does not return an additional 'info' object.
This commit is contained in:
parent
fff365ffc5
commit
3cbafb97ec
@ -127,7 +127,8 @@ export const permittedOperations = {
|
|||||||
'data': 'string',
|
'data': 'string',
|
||||||
'base64': 'boolean',
|
'base64': 'boolean',
|
||||||
'mime': 'boolean',
|
'mime': 'boolean',
|
||||||
'signatures': 'object'
|
'signatures': 'object',
|
||||||
|
'info': 'object'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -166,8 +167,7 @@ export const permittedOperations = {
|
|||||||
type: ['signature', 'ciphertext'],
|
type: ['signature', 'ciphertext'],
|
||||||
data: {
|
data: {
|
||||||
'data': 'string',
|
'data': 'string',
|
||||||
'base64':'boolean',
|
'base64':'boolean'
|
||||||
'info': 'object'
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user