element-portable/src/components/structures/auth
David Baker f3320f5041 Fix key backup warning on soft logout page
It always showed the warning (if you had at least one session key
in your store) because flagAllGroupSessionsForBackup returns the
number of keys pending backup after flagging them all for backup,
ie. all of them. Seems like the intention was to only show the
warning if there were keys that had not yet been backed up.

Fixes https://github.com/vector-im/riot-web/issues/14829
Requires https://github.com/matrix-org/matrix-js-sdk/pull/1429
2020-07-30 19:09:47 +01:00
..
CompleteSecurity.js Revert "Use recovery keys over passphrases" 2020-06-18 15:02:03 +01:00
E2eSetup.js Add separate component for post-auth security flows 2020-01-27 22:28:07 +00:00
ForgotPassword.js Silence usages of componentWillReceiveProps 2020-04-01 14:35:39 -06:00
Login.js Pass screenAfterLogin through SSO in the callback url 2020-05-13 06:24:04 +01:00
PostRegistration.js Use componentDidMount in place of componentWillMount where possible 2020-03-31 14:14:17 -06:00
Registration.js Matrix client is no longer returned by onLoggedIn 2020-06-15 15:18:57 +01:00
SetupEncryptionBody.js Use brand name from config in all strings 2020-07-10 19:57:01 +01:00
SoftLogout.js Fix key backup warning on soft logout page 2020-07-30 19:09:47 +01:00