Close #19785: Let WebAuthnFeature ride the trains

This commit is contained in:
Jonathan Almeida 2021-07-28 15:31:52 -04:00 committed by mergify[bot]
parent 7e5644036b
commit e81c20bc26

View File

@ -27,7 +27,7 @@ object FeatureFlags {
/**
* Enables WebAuthn support.
*/
val webAuthFeature = Config.channel.isNightlyOrDebug
const val webAuthFeature = true
/**
* Enables the Home button in the browser toolbar to navigate back to the home screen.