Skip to content

Commit

Permalink
Fix spotless check for LoginScreen
Browse files Browse the repository at this point in the history
  • Loading branch information
LZRS committed Jun 14, 2024
1 parent dca30f8 commit 6056259
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -318,14 +318,14 @@ fun LoginPage(
stringResource(
id = R.string.login_error,
stringResource(
org.smartregister.fhircore.quest.R.string.error_matching_sync_strategy
org.smartregister.fhircore.quest.R.string.error_matching_sync_strategy,
),
)
LoginErrorState.UNAUTHORISED_PERMISSIONS ->
stringResource(
id = R.string.login_error,
stringResource(
org.smartregister.fhircore.quest.R.string.unauthorised_user_permissions
org.smartregister.fhircore.quest.R.string.unauthorised_user_permissions,
),
) // todo: improve message
},
Expand Down

0 comments on commit 6056259

Please sign in to comment.