-
-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
prompt for secret storage key immediately after creation #12867
Closed
Labels
Comments
possibly related to #12892 |
@BillCarsonFr hit this on new account creation, additionally also saw a "Verify this session" toast after login. See https://matrix.to/#/!HhZHxURiCDviGNNPnc:matrix.org/$3w_GOGOHrhCnxd2I5X05isuCV4MGCvGTHTdet8gFKFc?via=matrix.org |
jryans
added a commit
to matrix-org/matrix-js-sdk
that referenced
this issue
Mar 30, 2020
This passes through the new secret storage key as well as the key info so that bootstrap can use it immediately without triggering an immediate prompt. Part of element-hq/element-web#12867
jryans
added a commit
to matrix-org/matrix-react-sdk
that referenced
this issue
Mar 30, 2020
This passes the newly created secret storage key down to the bootstrap path for temporary caching to avoid prompting the user for it again in the later stages of bootstrapping. Fixes element-hq/element-web#12867
t3chguy
pushed a commit
that referenced
this issue
Oct 17, 2024
* Change icon for general/account tab ...and add support for compound design token icons to TabbedView, changing all the other icons over while we're at it. * Update snapshots * Fix responsive mode * Missed one * truthy-check the whole block * Use asset imports * Update snapshots
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
i created a new account and set up secret storage with a key. i was immediately prompted to enter it again to unlock secret storage. nb this will likely go away on the completion of #12704 since that does caching, so this ticket is mostly likely to entail double-checking that actually happened
The text was updated successfully, but these errors were encountered: