Feature/disable fingerprint sign in in demo account page (#163)

* Disable fingerprint toggle for demo user

* Update changelog
pull/167/head
Thomas 4 years ago committed by GitHub
parent 8886082dfa
commit 51884913be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -9,9 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed ### Changed
- Disable the sign in with fingerprint selector for the demo user
- Upgraded `chart.js` from version `3.2.1` to `3.3.2` - Upgraded `chart.js` from version `3.2.1` to `3.3.2`
- Upgraded `eslint` and `prettier` dependencies
- Upgraded `date-fns` from version `2.19.0` to `2.22.1` - Upgraded `date-fns` from version `2.19.0` to `2.22.1`
- Upgraded `eslint` and `prettier` dependencies
## 1.16.0 - 14.06.2021 ## 1.16.0 - 14.06.2021

@ -72,6 +72,7 @@
<mat-slide-toggle <mat-slide-toggle
#toggleSignInWithFingerprintEnabledElement #toggleSignInWithFingerprintEnabledElement
color="primary" color="primary"
[disabled]="!hasPermissionToUpdateUserSettings"
(change)="onSignInWithFingerprintChange($event)" (change)="onSignInWithFingerprintChange($event)"
></mat-slide-toggle> ></mat-slide-toggle>
</div> </div>

Loading…
Cancel
Save