Quick fix for forgejo

This commit is contained in:
Henry Hiles 2025-06-20 14:26:21 -04:00
commit 9ce1196be1
No known key found for this signature in database

View file

@ -85,6 +85,7 @@ class ApiHelper {
return Response.ok(
json.encode({
"id_token": token,
"access_token": token, // TODO: Use real access token
"token_type": "Bearer",
"expires_in": 600,
}),