Skip to content

Commit

Permalink
chore: Hide password option for new transfer
Browse files Browse the repository at this point in the history
  • Loading branch information
tevincent committed Nov 13, 2024
1 parent f9f02f0 commit ccf9698
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,11 @@ fun ImportFilesScreen(
transferOptionType = TransferOptionType.DOWNLOAD_NUMBER_LIMIT,
settingState = { downloadLimitState },
),
TransferOptionState(
//TODO Transfer is not returned for a password protected transfer. Uncomment this when we get with a password
/*TransferOptionState(
transferOptionType = TransferOptionType.PASSWORD,
settingState = { passwordOptionState },
),
),*/
TransferOptionState(
transferOptionType = TransferOptionType.LANGUAGE,
settingState = { emailLanguageState },
Expand Down

0 comments on commit ccf9698

Please sign in to comment.