element-portable/src/components/structures
David Baker c11d26d809 Fix email registration, pt. 2
Regressed in https://github.com/matrix-org/matrix-react-sdk/pull/2768
where we check for an existing stored account first and restore that
instead if it exist, telling the user. We usually make a guest account
when the user first hits the page though, so this just restored this
guest account.

Don't restore the account if it's just a guest account (which, as per
comment, is not perfect, but is definitely better than the current
behaviour).

Fixes https://github.com/vector-im/riot-web/issues/9581
2019-05-14 11:59:38 +01:00
..
auth Remove unused skipServerDetails prop from registration 2019-05-03 11:13:36 -06:00
AutoHideScrollbar.js Bind the onWheel listener directly to props 2019-04-05 09:43:29 -06:00
CompatibilityPage.js Improve links to firefox and safari 2019-03-15 11:39:10 -06:00
ContextualMenu.js Put the stickerpicker below dialogs 2019-04-01 20:34:33 -06:00
CustomRoomTagPanel.js Update CustomRoomTagPanel.js 2019-03-16 12:37:34 +00:00
EmbeddedPage.js Remove a few more references to home 2019-02-07 17:09:16 +00:00
FilePanel.js create ResizeNotifier to derive which areas of the app resize and emit 2019-03-15 10:16:21 +01:00
GenericErrorPage.js Add missing newline 2019-04-14 20:46:32 -06:00
GroupView.js Only show hosting link if group admin 2019-03-06 10:32:30 +00:00
IndicatorScrollbar.js Remove breadcrumb scroll tolerances and use sensible defaults 2019-04-11 11:07:31 -06:00
InteractiveAuth.js Rename login directory to auth 2019-01-21 17:45:55 -06:00
LeftPanel.js Remove BottomLeftMenu and supporting bits 2019-04-09 17:38:32 +01:00
LoggedInView.js use ResizeNotifier as well to relayout room list 2019-03-15 10:16:21 +01:00
MainSplit.js make resizeNotifier optional in MainSplit for GroupView 2019-03-27 16:38:17 +01:00
MatrixChat.js Fix email registration, pt. 2 2019-05-14 11:59:38 +01:00
MessagePanel.js Use basic read path from JS SDK for reactions 2019-05-10 17:19:27 +01:00
MyGroups.js Convert image URLs in React to require calls 2019-01-17 22:06:49 -06:00
NotificationPanel.js Dramatically simplify use of mx_fadable 2017-10-25 15:15:49 +01:00
RightPanel.js Merge remote-tracking branch 'origin/develop' into travis/cancel-3pid 2019-03-29 11:47:46 -06:00
RoomDirectory.js Merge pull request #2842 from matrix-org/bwindels/bacat-scrolling-merged-develop 2019-03-29 14:02:15 +00:00
RoomStatusBar.js Move E2E icons out of feather dir 2019-02-26 20:31:32 +00:00
RoomSubList.js Add badges to breadcrumb rooms 2019-04-03 15:29:15 -06:00
RoomView.js Update 'Rooms' import 2019-05-09 16:17:54 +02:00
ScrollPanel.js comment for PAGE_SIZE 2019-04-03 09:16:30 +02:00
SearchBox.js Fix the ctrl+k shortcut 2019-03-06 14:53:52 +00:00
TabbedView.js Remove old user and room settings 2019-02-04 13:40:21 -07:00
TagPanel.js move help & communities button out of tag panel 2019-02-05 17:36:33 +00:00
TagPanelButtons.js Track life buoy dialog 2019-04-04 11:28:13 +01:00
TimelinePanel.js Use basic read path from JS SDK for reactions 2019-05-10 17:19:27 +01:00
TopLeftMenuButton.js Support linking to hosting providers 2019-03-05 18:32:56 +00:00
UploadBar.js Fix upload cancel in e2e rooms 2019-04-08 17:53:39 +01:00
UserView.js show dialog when failing to load profile info 2019-02-20 12:52:29 +01:00
ViewSource.js make ViewSource less awkward 2019-02-24 03:43:44 +00:00