Skip to content

Commit

Permalink
🎨 minor clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
schachi5000 committed Jul 3, 2024
1 parent 79c28df commit 805cbd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared/src/commonMain/kotlin/App.kt
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ fun App(
onLogInClicked = {
onLoginClicked.invoke(
object : LoginBridge {
override val url: String = BuildConfig.OAUTH_URL
override fun handleCallbackUrl(callbackUrl: String) {
authHandler.handleCallbackUrl(callbackUrl)
}
Expand All @@ -96,6 +95,7 @@ fun App(
interface LoginBridge {

val url: String
get() = BuildConfig.OAUTH_URL

fun handleCallbackUrl(callbackUrl: String)

Expand Down

0 comments on commit 805cbd1

Please sign in to comment.