Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Fix registration after clicking email link #2630

Merged
merged 3 commits into from
Feb 13, 2019
Merged

Commits on Feb 13, 2019

  1. Fix registration after clicking email link

    We weren't correctly jumping into the appropriate bit of the registration
    flow when coming in from an email link.
    
     * If we have client secret / sessionId, go straight to registration phase
     * Don't reset server URLs when the server type component tells us its
       initial value
     * Confusingly, pass the custom server URL as 'default server URL' to
       the custom server type, as this is what we want the inital section
       to be based on.
    
    Fixes element-hq/element-web#8490
    dbkr committed Feb 13, 2019
    Configuration menu
    Copy the full SHA
    0f4092d View commit details
    Browse the repository at this point in the history
  2. Typo

    Co-Authored-By: dbkr <dbkr@users.noreply.github.com>
    jryans and dbkr committed Feb 13, 2019
    Configuration menu
    Copy the full SHA
    5b64543 View commit details
    Browse the repository at this point in the history
  3. add comment

    dbkr committed Feb 13, 2019
    Configuration menu
    Copy the full SHA
    c3ca2b4 View commit details
    Browse the repository at this point in the history