Skip to content

Commit

Permalink
Merge pull request #350 from tonkeeper/fix/disable-ledger-multimessages
Browse files Browse the repository at this point in the history
Disable multimessages for ledger temporary until tonapi fix send batch
  • Loading branch information
KuznetsovNikita authored Jan 7, 2025
2 parents db4c197 + 0018e5e commit e739d04
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/uikit/src/pages/settings/Dev.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ const EnableTwoFASettings = () => {
const { mutate: mutateSettings } = useMutateDevSettings();
const { data: devSettings } = useDevSettings();

return null; // TODO force disable 2fa on frontend. SC must be improved

const config = useActiveConfig();
if (config.flags?.disable_2fa) {
return null;
Expand Down

0 comments on commit e739d04

Please sign in to comment.