Skip to content

Commit 65a490f

Browse files
committed
fixed token parsing to be compatible with ir v 1.0
1 parent 90ddd14 commit 65a490f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/controllers/InstanceRegistryController.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ class InstanceRegistryController @Inject()(implicit system: ActorSystem, mat: Ma
289289
.post(json)
290290
.map { response =>
291291
if (response.status == 200) {
292-
Ok(Json.obj("token" -> response.body, "refreshToken" -> ""))
292+
Ok(response.body)
293293
} else {
294294
Logger.info(s"$ws")
295295
Logger.debug(s"$ws")

0 commit comments

Comments
 (0)