Introducing new bookmark and connection profile system (2)

This commit is contained in:
WolverinDEV 2018-12-30 02:06:38 +01:00
parent 460c8a946f
commit ad622b730f

View file

@ -45,7 +45,7 @@ namespace profiles.identities {
private identitySign: string;
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) {