Quick fix for forgejo
This commit is contained in:
parent
e1941308ca
commit
9ce1196be1
1 changed files with 1 additions and 0 deletions
|
@ -85,6 +85,7 @@ class ApiHelper {
|
||||||
return Response.ok(
|
return Response.ok(
|
||||||
json.encode({
|
json.encode({
|
||||||
"id_token": token,
|
"id_token": token,
|
||||||
|
"access_token": token, // TODO: Use real access token
|
||||||
"token_type": "Bearer",
|
"token_type": "Bearer",
|
||||||
"expires_in": 600,
|
"expires_in": 600,
|
||||||
}),
|
}),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue