Skip to content

Commit eb91aea

Browse files
authored
fix: updated signed to trusted in the Interaction model (#1192)
1 parent 03debf1 commit eb91aea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/models/interaction.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ module.exports = (provider) => class Interaction extends hasFormat(provider, 'In
6262
'prompt',
6363
'result',
6464
'returnTo',
65-
'signed',
65+
'trusted',
6666
'grantId',
6767
'lastSubmission',
6868
'deviceCode',

0 commit comments

Comments
 (0)