Skip to content

Commit

Permalink
fix: JVM authentication #76
Browse files Browse the repository at this point in the history
  • Loading branch information
kalinjul committed Oct 15, 2024
1 parent 5837e20 commit ee7dce2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class SimpleKtorWebserver(
start(wait = true)
}
val code = call?.queryParameters?.get("code")
val state = call?.queryParameters?.get("code")
val state = call?.queryParameters?.get("state")
return AuthCodeResult(code, state)
}

Expand Down

0 comments on commit ee7dce2

Please sign in to comment.