mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-03-23 12:33:38 +00:00
fix(server): cookieが設定されないのを修正
This commit is contained in:
@@ -120,7 +120,7 @@ export class GithubServerService {
|
||||
state: uuid(),
|
||||
};
|
||||
|
||||
reply.cookies.set('signin_with_github_sid', sessid, {
|
||||
reply.setCookie('signin_with_github_sid', sessid, {
|
||||
path: '/',
|
||||
secure: this.config.url.startsWith('https'),
|
||||
httpOnly: true,
|
||||
|
||||
Reference in New Issue
Block a user