Skip to content
Snippets Groups Projects
  • Andreas Ellewsen's avatar
    8ea83754
    Fix bug in user info fetching on invite page · 8ea83754
    Andreas Ellewsen authored
    The intention of the setup is to trigger a new call to userinfo after an
    invite has been used to start a session in the backend. This is done by
    checking a state value. Due to an oversight we did not watch the state
    value itself, but instead the function used to updated it, which
    obviously does not change.
    
    Resolves: GREG-276
    Fix bug in user info fetching on invite page
    Andreas Ellewsen authored
    The intention of the setup is to trigger a new call to userinfo after an
    invite has been used to start a session in the backend. This is done by
    checking a state value. Due to an oversight we did not watch the state
    value itself, but instead the function used to updated it, which
    obviously does not change.
    
    Resolves: GREG-276