Introducing new bookmark and connection profile system (2)
This commit is contained in:
parent
460c8a946f
commit
ad622b730f
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ namespace profiles.identities {
|
||||||
private identitySign: string;
|
private identitySign: string;
|
||||||
|
|
||||||
valid() : boolean {
|
valid() : boolean {
|
||||||
return this.identityData.length > 0 && this.identityDataJson.length > 0 && this.identitySign.length > 0;
|
return this.identityDataJson.length > 0 && this.identityDataJson.length > 0 && this.identitySign.length > 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
constructor(data: string, sign: string) {
|
constructor(data: string, sign: string) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue