Skip to content
This repository has been archived by the owner on Jun 20, 2023. It is now read-only.

Commit

Permalink
adjust OTP string in DataDonationTestFragment
Browse files Browse the repository at this point in the history
  • Loading branch information
BMItr committed Feb 12, 2021
1 parent c924506 commit d3aeac1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class DataDonationTestFragmentViewModel @AssistedInject constructor(
val errorEvents = SingleLiveEvent<Throwable>()
val copyJWSEvent = SingleLiveEvent<String>()

val otp: String = otpRepository.otpAuthorizationResult?.toString() ?: "No OTP received yet"
val otp: String = otpRepository.otpAuthorizationResult?.toString() ?: "No OTP generated and authorized yet"

val surveyConfig = appConfigProvider.currentConfig
.map { it.survey.toString() }
Expand Down

0 comments on commit d3aeac1

Please sign in to comment.