🐛 fix: user client info in oauth flow
This commit is contained in:
@ -14,5 +14,5 @@ const app = new Elysia()
|
||||
.listen(process.env.APP_PORT || 3000);
|
||||
|
||||
console.log(
|
||||
`🦊 Elysia is running at ${app.server?.hostname}:${app.server?.port}`
|
||||
`🦊 Elysia is running at ${app.server?.hostname}:${app.server?.port}`,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user