diff --git a/packages/ui/src/components/internal/Root.svelte b/packages/ui/src/components/internal/Root.svelte index 981026efb8..402858f694 100644 --- a/packages/ui/src/components/internal/Root.svelte +++ b/packages/ui/src/components/internal/Root.svelte @@ -106,6 +106,7 @@ } else { if (_status.code === platform.status.RegularAccount) { readonlyAccount = false + _status = OK } if (readonlyAccount) return if (_status.code === platform.status.ReadOnlyAccount) {