Fix bug
This commit is contained in:
@ -20,5 +20,10 @@ export class UserKeypair {
|
||||
@Column('varchar', {
|
||||
length: 4096,
|
||||
})
|
||||
public keyPem: string;
|
||||
public publicKey: string;
|
||||
|
||||
@Column('varchar', {
|
||||
length: 4096,
|
||||
})
|
||||
public privateKey: string;
|
||||
}
|
||||
|
Reference in New Issue
Block a user