mirror of
https://github.com/HeyPuter/puter.git
synced 2026-05-04 16:40:41 +00:00
fix(oidc): add error log for QR login flow
This commit is contained in:
@@ -359,8 +359,9 @@ class WebServerService extends BaseService {
|
||||
secure: true,
|
||||
httpOnly: true,
|
||||
});
|
||||
} catch ( _e ) {
|
||||
// Invalid or expired token; do not set cookie
|
||||
} catch ( e ) {
|
||||
console.log('query auth token (QR Code login probably) failed');
|
||||
console.error(e);
|
||||
}
|
||||
next();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user