Shiny Server Pro - toggle display of "logged in as" in top right corner

In Shiny Server Pro, if you enable authentication, it displays a gray overlay box in the top right "Logged in as ". My app already displays the user in another spot on my page within the app itself and this overlay is distracting. Anyone know a flag on how to disable this overlay/display for the logged in user? Can't find anything relevant in the admin guide.

Ahh, I found way with some simple CSS.

.shiny-server-account {
  display: none;
}

This topic was automatically closed 54 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.