Feature/add user id to account page (#980)

* Add user id

* Update changelog
pull/982/head^2
Thomas Kaul 3 years ago committed by GitHub
parent 023a7147e2
commit 2cc7c6fa1c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Unreleased ## Unreleased
### Added
- Added the user id to the account page
### Changed ### Changed
- Simplified the features page - Simplified the features page

@ -169,6 +169,10 @@
></mat-slide-toggle> ></mat-slide-toggle>
</div> </div>
</div> </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>
</div>
</mat-card-content> </mat-card-content>
</mat-card> </mat-card>
</div> </div>

Loading…
Cancel
Save