We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fae1b76 commit bfb480aCopy full SHA for bfb480a
playground/src/components/vault/Authentication.tsx
@@ -29,8 +29,7 @@ export const Authentication = () => {
29
try {
30
const identity = await create_credential(selectedVault, username);
31
32
- dispatch(actions.addIdentity(identity));
33
-
+ dispatch(actions.addIdentity(identity.to_json()));
34
messageApi.success('You have now an identity.');
35
} catch (error) {
36
messageApi.error('Failed to register you.');
0 commit comments