fix: better handling of secure inputs

This commit is contained in:
Ashley Wulber 2024-01-17 16:48:33 -05:00 committed by Jeremy Soller
parent 4e18199444
commit 994e93d6d2
3 changed files with 187 additions and 132 deletions

View file

@ -228,7 +228,7 @@ where
.core()
.single_instance
.then(|| super::single_instance_subscription::<T>())
.unwrap_or_else(|| Subscription::none()),
.unwrap_or_else(Subscription::none),
])
}