finish the loading of an invite RegisterAction when clicking on a link

This commit is contained in:
2024-10-06 20:01:07 -06:00
parent 1bfdcab90b
commit 149481d468
14 changed files with 247 additions and 44 deletions

View File

@@ -65,7 +65,7 @@ export async function createEndorserJwtForKey(
issuer: account.did,
signer: signer,
expiresIn: undefined as number | undefined,
}
};
if (expiresIn) {
options.expiresIn = expiresIn;
}