Skip to content

Commit

Permalink
redirect url
Browse files Browse the repository at this point in the history
  • Loading branch information
krsteval committed Jun 14, 2022
1 parent 33f1e6b commit 8509211
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ class InPlayerAccountRepositoryImpl constructor(

val jsonObject = JSONObject()
jsonObject.put("client_id", clientId)
jsonObject.put("redirect", "viktor.inplayer://")
jsonObject.put("redirect", redirectUri)

val base64 = Base64.encodeToString(jsonObject.toString().toByteArray(), Base64.DEFAULT)

Expand Down

0 comments on commit 8509211

Please sign in to comment.