Skip to content

Commit

Permalink
Fix formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
zcgandcomp committed Jan 15, 2024
1 parent 97c174f commit fd1414c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion powerauth-webflow/src/main/js/components/smsComponent.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export default class SmsComponent extends React.Component {

handleToggle(event) {
if (this.state.pwdType=='password'){
this.setState ({pwdType: 'text'});
this.setState ({pwdType: 'text'});
} else {
this.setState ({pwdType: 'password'});
}
Expand Down

0 comments on commit fd1414c

Please sign in to comment.