Tychobra / polished

Authentication and Administration for Shiny apps
https://polished.tech
Other
233 stars 36 forks source link

remove_query_string: leave the end of URL clean instead of ? #223

Closed Mkranj closed 10 months ago

Mkranj commented 12 months ago

Like queries were never provided.

I used shiny::updateQueryString("/") in my work and found it more convenient than having a dangling "?" with no query arguments.

merlinoa commented 10 months ago

cool thanks!