diff --git a/routes/_pages/accounts/[accountId].html b/routes/_pages/accounts/[accountId].html index 4130655..c11c481 100644 --- a/routes/_pages/accounts/[accountId].html +++ b/routes/_pages/accounts/[accountId].html @@ -1,6 +1,6 @@ {{#if $isUserLoggedIn}} - {{#if $currentAccountProfile}} + {{#if $currentAccountProfile && $currentVerifyCredentials}} store, computed: { diff --git a/routes/_pages/community/index.html b/routes/_pages/community/index.html index 6bcbe11..30fa5c8 100644 --- a/routes/_pages/community/index.html +++ b/routes/_pages/community/index.html @@ -46,6 +46,12 @@ + {{#if isLockedAccount}} + + {{/if}} $currentVerifyCredentials && $currentVerifyCredentials.locked } }; \ No newline at end of file