mirror of
https://github.com/diced/zipline.git
synced 2026-04-28 10:43:06 -07:00
fix: #1062
This commit is contained in:
@@ -209,7 +209,7 @@ async function oauthPlugin(fastify: FastifyInstance) {
|
||||
},
|
||||
});
|
||||
|
||||
await saveSession(session, <User>nuser);
|
||||
await saveSession(session, <User>nuser, false);
|
||||
|
||||
logger.info('created user with oauth', {
|
||||
provider,
|
||||
|
||||
Reference in New Issue
Block a user