forked from jsnbuchanan/crowd-funder-for-time-pwa
finish the loading of an invite RegisterAction when clicking on a link
This commit is contained in:
@@ -65,7 +65,7 @@ export async function createEndorserJwtForKey(
|
||||
issuer: account.did,
|
||||
signer: signer,
|
||||
expiresIn: undefined as number | undefined,
|
||||
}
|
||||
};
|
||||
if (expiresIn) {
|
||||
options.expiresIn = expiresIn;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user