Skip to content

Commit

Permalink
Merge pull request #184 from Infomaniak/put-back-password-option
Browse files Browse the repository at this point in the history
chore: Put back password option to avoid crash
  • Loading branch information
tevincent authored Nov 14, 2024
2 parents 07f1ffa + 1771510 commit 204b639
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 204b639

Please sign in to comment.