Skip to content
This repository has been archived by the owner on Dec 27, 2023. It is now read-only.

Commit

Permalink
fix(Tinebase): FIDO2 not working as areaLock device
Browse files Browse the repository at this point in the history
  • Loading branch information
corneliusweiss committed Nov 22, 2022
1 parent a4b62c0 commit fcf2c3b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tine20/Tinebase/js/MFA/Providers/WebAuthn.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import Abstract from './Abstract'
class WebAuthn extends Abstract {
constructor (config) {
super(config)
this.username = this.username || Tine.Tinebase.registry.get('currentAccount').accountLoginName
// this.windowTitle = i18n._('MFA secret required')
// this.questionText = formatMessage('This area is locked. To unlock it you need to provide the secret from your Multi factor authentication device {mfaDevice.device_name}.', this)
// this.passwordFieldLabel = formatMessage('Secret from {mfaDevice.device_name}', this)
Expand Down

0 comments on commit fcf2c3b

Please sign in to comment.