You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(frontend/magic-link-modal): consistent flag behaviour
before this, flags such as `notBillable` or `review` would behave as such:
- not in the url by default
- `?<flag>=true` when toggled
- `?<flag>=false` when toggled again
with this fix, flags are only ever included in the url when they're enabled
0 commit comments