Skip to content

Commit

Permalink
merge fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yamilmedina committed Feb 20, 2025
1 parent d16808d commit 84bc52a
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ import com.wire.android.config.orDefault
import com.wire.android.datastore.UserDataStoreProvider
import com.wire.android.di.ClientScopeProvider
import com.wire.android.di.KaliumCoreLogic
import com.wire.android.ui.authentication.login.DomainClaimedByOrg
import com.wire.android.ui.authentication.login.LoginNavArgs
import com.wire.android.ui.authentication.login.LoginPasswordPath
import com.wire.android.ui.authentication.login.LoginViewModelExtension
Expand Down Expand Up @@ -182,7 +183,9 @@ class NewLoginViewModel(
userIdentifier = userIdentifierTextState.text.toString(),
loginPasswordPath = LoginPasswordPath(
isCloudAccountCreationPossible = loginRedirectPath.isCloudAccountCreationPossible,
isDomainClaimedByOrg = true,
isDomainClaimedByOrg = DomainClaimedByOrg.Claimed(
loginRedirectPath.domain
),
)
)
)
Expand Down

0 comments on commit 84bc52a

Please sign in to comment.