diff --git a/app/common-screens-category/dataentry/dataentry-signup/dataentry-signup.component.ts b/app/common-screens-category/dataentry/dataentry-signup/dataentry-signup.component.ts index 40cec490..e432a11c 100644 --- a/app/common-screens-category/dataentry/dataentry-signup/dataentry-signup.component.ts +++ b/app/common-screens-category/dataentry/dataentry-signup/dataentry-signup.component.ts @@ -9,7 +9,7 @@ import { ObservableArray } from "data/observable-array"; }) export class SignupDataEntryExampleComponent { // >> dataentry-signup-code - public secureproperty= true; + public secureproperty = true; public onFacebookLoginTap() { console.log("login with facebook"); diff --git a/app/common-screens-category/dataentry/dataentry-sociallogin/dataentry-sociallogin.component.ts b/app/common-screens-category/dataentry/dataentry-sociallogin/dataentry-sociallogin.component.ts index 1c7afac6..62fc5bf5 100644 --- a/app/common-screens-category/dataentry/dataentry-sociallogin/dataentry-sociallogin.component.ts +++ b/app/common-screens-category/dataentry/dataentry-sociallogin/dataentry-sociallogin.component.ts @@ -9,7 +9,7 @@ import { ObservableArray } from "data/observable-array"; }) export class SocialLoginDataEntryExampleComponent { // >> dataentry-sociallogin-code - public secureproperty= false; + public secureproperty = false; public onFacebookLoginTap() { console.log("login with facebook");