Skip to content

Commit

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

0 comments on commit 1771510

Please sign in to comment.