Fix bug
This commit is contained in:
parent
d9a5e06b5b
commit
142d59be85
4 changed files with 29 additions and 18 deletions
|
@ -20,5 +20,10 @@ export class UserKeypair {
|
|||
@Column('varchar', {
|
||||
length: 4096,
|
||||
})
|
||||
public keyPem: string;
|
||||
public publicKey: string;
|
||||
|
||||
@Column('varchar', {
|
||||
length: 4096,
|
||||
})
|
||||
public privateKey: string;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue