Skip to content

Commit

Permalink
fix: remove set from setAutoOTPVerify from Settings.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Efstathios Ntonas committed Nov 19, 2024
1 parent 587cab8 commit c9274fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/auth/lib/Settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export default class Settings {
return this._autoOTPVerify;
}

set autoOTPVerify(autoOTPVerify) {
setAutoOTPVerify(autoOTPVerify) {
this._autoOTPVerify = autoOTPVerify;
}

Expand Down

0 comments on commit c9274fb

Please sign in to comment.