mirror of
https://github.com/element-hq/element-web
synced 2024-11-23 17:56:01 +03:00
Finish sentence in accessSecretStorage docs
This commit is contained in:
parent
99559c5121
commit
d5a82a5fc2
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ export const crossSigningCallbacks = {
|
|||
*
|
||||
* Additionally, the secret storage keys are cached during the scope of this function
|
||||
* to ensure the user is prompted only once for their secret storage
|
||||
* passphrase. The cache is then
|
||||
* passphrase. The cache is then cleared once the provided function completes.
|
||||
*
|
||||
* @param {Function} [func] An operation to perform once secret storage has been
|
||||
* bootstrapped. Optional.
|
||||
|
|
Loading…
Reference in a new issue