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 c5d1f37 commit ad4dfcfCopy full SHA for ad4dfcf
src/functions/extractCredentialFriendlyName.ts
@@ -4,4 +4,4 @@ import { parseCredential } from "./parseCredential";
4
export const extractCredentialFriendlyName = async (credential: string | object): Promise<string | undefined> => {
5
const parsedCredential = await parseCredential(credential) as any;
6
return parsedCredential.name ?? parsedCredential.id;
7
-}
+}
0 commit comments