diff --git a/CHANGELOG.md b/CHANGELOG.md index b64e0670f..f73b3f16a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +### Added + +- Added the user id to the account page + ### Changed - Simplified the features page diff --git a/apps/client/src/app/pages/account/account-page.html b/apps/client/src/app/pages/account/account-page.html index 97af7d213..3c8b28dc3 100644 --- a/apps/client/src/app/pages/account/account-page.html +++ b/apps/client/src/app/pages/account/account-page.html @@ -169,6 +169,10 @@ > +
+
ID
+
{{ user?.id }}
+