fix(core): update
This commit is contained in:
parent
f1d180aefc
commit
f3e1703eef
@ -73,4 +73,8 @@ export class SmartJwt {
|
|||||||
this.setPrivateKey(keypair.privateKey);
|
this.setPrivateKey(keypair.privateKey);
|
||||||
this.setPublicKey(keypair.publicKey);
|
this.setPublicKey(keypair.publicKey);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public async init() {
|
||||||
|
await this.createNewKeyPair();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user