Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamadJaara committed Jan 26, 2024
1 parent 27f3e8e commit 4900218
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -139,4 +139,8 @@ class AuthenticationScope internal constructor(
serverConfigApi = unauthenticatedNetworkContainer.serverConfigApi,
ssoLoginRepository = ssoLoginRepository
)

val currentServerConfig: () -> ServerConfig = {
serverConfig
}
}

0 comments on commit 4900218

Please sign in to comment.