You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-11-26 17:03:12 +03:00
Reflow comment
This commit is contained in:
@@ -282,10 +282,10 @@ Crypto.prototype.init = async function() {
|
|||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Bootstrap Secure Secret Storage if needed by creating a default key and signing it with
|
* Bootstrap Secure Secret Storage if needed by creating a default key and
|
||||||
* the cross-signing master key. If everything is already set up, then no
|
* signing it with the cross-signing master key. If everything is already set
|
||||||
* changes are made, so this is safe to run to ensure secret storage is ready
|
* up, then no changes are made, so this is safe to run to ensure secret storage
|
||||||
* for use.
|
* is ready for use.
|
||||||
*
|
*
|
||||||
* @param {function} [opts.doInteractiveAuthFlow] Optional. Function called to
|
* @param {function} [opts.doInteractiveAuthFlow] Optional. Function called to
|
||||||
* await an interactive auth request.
|
* await an interactive auth request.
|
||||||
|
|||||||
Reference in New Issue
Block a user