Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
inabajunmr committed Sep 20, 2024
1 parent 1114c35 commit 9f114bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Signal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ export default {
signalCurrentUserDetailsDisplayName: "John P. Smith",
signalAllAcceptedCredentialsRpId: window.location.hostname,
signalAllAcceptedCredentialsUserId: this.generateRandomUserId(),
signalAllAcceptedCredentialsAllAcceptedCredentals: [{id:"", r:Math.random()}],
signalAllAcceptedCredentialsAllAcceptedCredentals: [],
signalUnknownCredentialRpId: window.location.hostname,
signalUnknownCredentialCredentialId: ""
};
Expand Down

0 comments on commit 9f114bf

Please sign in to comment.