added count of accounts

This commit is contained in:
2025-08-14 08:31:18 +01:00
parent b86712efb8
commit 38ebd522a8
+4
View File
@@ -484,6 +484,10 @@ export default function StoragePage(props) {
id="accounts" id="accounts"
> >
<h1>User Accounts </h1> <h1>User Accounts </h1>
<p>
Number of accounts created:{" "}
{userData.length}
</p>
<dl className=" govuk-summary-list govuk-!-margin-bottom-9 results"> <dl className=" govuk-summary-list govuk-!-margin-bottom-9 results">
<div class="govuk-summary-list__row results-headings"> <div class="govuk-summary-list__row results-headings">
<dd className="govuk-summary-list__key govuk-!-font-size-16 "> <dd className="govuk-summary-list__key govuk-!-font-size-16 ">