feature/vendor-admin-account-settings #60
Reference in New Issue
Block a user
Delete Branch "feature/vendor-admin-account-settings"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Logto's /api/roles/{id}/users endpoint rejects page=1 with guard.invalid_pagination. Remove explicit pagination params and let Logto use its defaults. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>Logto's secretQrCode is a data:image/png;base64 URI, not an otpauth:// string. QRCodeSVG crashes trying to encode it ("Data too long"). Now renders data URIs as <img> and only uses QRCodeSVG for otpauth:// URIs. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>