"frontend/src/components/vscode:/vscode.git/clone" did not exist on "258fd145ff8a2355befc03166f34c3d498da7aa8"
fix(payment): allow Stripe payment pages to bypass router auth guard
Stripe payment routes (/payment/stripe, /payment/stripe-popup) are reached via hard navigation (window.location.href), which caused the router guard to block access before the page could load. Set requiresAuth and requiresPayment to false, consistent with /payment/result. Backend API still enforces authentication.
Please register or sign in to comment