parent
2cb8e8a748
commit
af2368bd2b
3 changed files with 3 additions and 2 deletions
|
|
@ -33,7 +33,7 @@ export class CreateSystemUserService {
|
|||
// Generate secret
|
||||
const secret = generateNativeUserToken();
|
||||
|
||||
const keyPair = await genRsaKeyPair(4096);
|
||||
const keyPair = await genRsaKeyPair();
|
||||
|
||||
let account!: User;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue