"backend/git@web.lueluesay.top:chenxi/sub2api.git" did not exist on "3b7a5fff3123ce7b82cf24aa633f7d6194c4d267"
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