feat(auth, oidc): add user avatar URL to auth response and update redirect URLs to use frontend URL
This commit is contained in:
@@ -215,6 +215,7 @@ export async function authRoutes(app: FastifyInstance) {
|
||||
user: {
|
||||
id: user.id,
|
||||
username: user.username,
|
||||
avatarUrl: user.avatarUrl,
|
||||
},
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user