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
..
2023-03-01 16:23:35 +01:00
2022-12-12 12:24:14 +01:00
2024-08-06 11:23:26 +01:00
2022-12-12 12:24:14 +01:00
2024-05-02 14:53:35 +00:00