PaulC91 / shinyauthr

R package with shiny authentication modules
https://paulc91.github.io/shinyauthr/
Other
427 stars 81 forks source link

FR: allow icons for `logoutUI` #25

Closed mschilli87 closed 5 years ago

mschilli87 commented 5 years ago

AFAICT, logoutUI simply wraps arround shiny::actionButton but does not allow to pass an icon to that button. I think this could be resolved by simply adding ... to the argument list. I could provide a PR if there is interest.

PaulC91 commented 5 years ago

just added the icon arg. thanks for the suggestion!