diff --git a/routes/_pages/accounts/[accountId].html b/routes/_pages/accounts/[accountId].html
index 41306559..c11c481b 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 6bcbe117..30fa5c8f 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