Skip to content
Snippets Groups Projects
Unverified Commit 35c79c2f authored by syuilo's avatar syuilo
Browse files

Fix bug

parent e6089aec
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,8 @@ export class AuthSessionRepository extends Repository<AuthSession> {
return await rap({
id: session.id,
app: Apps.pack(session.appId, me)
app: Apps.pack(session.appId, me),
token: session.token
});
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment