fix: better handling of secure inputs
This commit is contained in:
parent
4e18199444
commit
994e93d6d2
3 changed files with 187 additions and 132 deletions
|
|
@ -228,7 +228,7 @@ where
|
|||
.core()
|
||||
.single_instance
|
||||
.then(|| super::single_instance_subscription::<T>())
|
||||
.unwrap_or_else(|| Subscription::none()),
|
||||
.unwrap_or_else(Subscription::none),
|
||||
])
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue