Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
GermanBluefox committed Jan 10, 2025
1 parent 8a3b3c5 commit 90c84af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-admin/src/components/WelcomeDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ class WelcomeDialog extends React.Component<WelcomeDialogProps, WelcomeDialogSta
this.props.onClose(
'controller',
this.state.originalData.login !== this.props.native.login ||
this.state.originalData.password !== this.props.native.pass,
this.state.originalData.password !== this.props.native.pass,
);
}
}}
Expand Down

0 comments on commit 90c84af

Please sign in to comment.