* Add user id * Update changelog
@ -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
@ -169,6 +169,10 @@
></mat-slide-toggle>
</div>
<div class="align-items-center d-flex mt-4 py-1">
<div class="pr-1 w-50" i18n>ID</div>
<div class="pl-1 w-50">{{ user?.id }}</div>
</mat-card-content>
</mat-card>