Tychobra / polished

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

secure_ui.R:149 - verify_email_module_ui call missing required firebase_config argument #65

Closed timshac closed 4 years ago

timshac commented 4 years ago

I think this happened after you moved firebase_config to Sessions object.

Thanks for this great R package!

-Tim

merlinoa commented 4 years ago

Thanks @timshac ! Yes you are correct that this bug was introduced when I moved the firebase config to the Sessions. Nice call!

It should be fixed with: 6afbd7719f88916b5cbd9ab18f8be986a9ee69d9

Please reopen if that did not resolve your issue. Thanks!