1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-04-19 16:22:20 +03:00
Richard van der Hoff ab50038df8 Lifecycle: bail out if picklekey is missing
Currently, if we have an accesstoken which is encrypted with a picklekey, but
the picklekey has gone missing, we carry on with no access token at all. This
is sure to blow up in some way or other later on, but in a rather cryptic way.

Instead, let's bail out early.

(This will produce a "can't restore session" error, but we normally see one of
those anyway because we can't initialise the crypto store.)
2024-09-11 13:44:21 +01:00
..
2024-08-01 16:14:28 +00:00
2024-09-11 13:43:32 +01:00
2024-08-01 16:14:28 +00:00
2023-11-18 21:37:49 +01:00
2023-11-13 20:10:55 +01:00
2024-08-22 12:54:01 +00:00
2024-03-19 13:28:20 +00:00