Open KianBabanezhad opened 6 months ago
Hello,
You have to use set_labels
outside the UI, after loading packages for example.
Victor
Hello, You have to use
set_labels
outside the UI, after loading packages for example.Victor
Yes, I already used set_labels outside the UI, but the issue exists.
Ok, then please post a reproducible example of the issue and we'll look into it.
My Shiny application uses set_labels. When I load it as head_auth in the secure_app function, a passage (like a code) appears (just for less than one second) during the transfer from the login page to the app. When I put NULL in the head_auth, the issue goes away.