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 60aeeaf commit 4ae3803Copy full SHA for 4ae3803
packages/builder/src/components/providers/identity/credentials.ts
@@ -96,7 +96,7 @@ export const fetchVerifiableCredential = async (
96
throw new VerificationError("No credential found");
97
}
98
99
- if (response.data[0].credential == null) {
+ if (response.data[0].credential.issuer.length === 0) {
100
throw new VerificationError(
101
"Error verifying ownership - ensure you are a public member of the org"
102
);
0 commit comments