datastorm-open / shinymanager

Simple and secure authentification mechanism for single shiny applications.
https://datastorm-open.github.io/shinymanager/
379 stars 79 forks source link

Font Awesome icon does not exist #167 #147

Closed evaesquinas closed 1 year ago

evaesquinas commented 1 year ago

Using shinymanager 1.0.400 with shiny 1.7.2 and R version 4.2.1, I get the warnings below when shinymanager is active.

This Font Awesome icon ('info-circle') does not exist:
* if providing a custom `html_dependency` these `name` checks can 
  be deactivated with `verify_fa = FALSE`

The `name` provided ('sign-out') is deprecated in Font Awesome 6:
* please consider using 'right-from-bracket' or 'fas fa-right-from-bracket' instead
* use the `verify_fa = FALSE` to deactivate these messages
This Font Awesome icon ('close') does not exist:
* if providing a custom `html_dependency` these `name` checks can 
  be deactivated with `verify_fa = FALSE`

I saw that this warning is similar to this one and later it was solved, but I just wanted to notify that a new warning has appeared.

Thanks very much in advance