Skip to content

Commit

Permalink
Actually set homeserver_url on successful login after registration
Browse files Browse the repository at this point in the history
  • Loading branch information
justin-russell committed Aug 7, 2024
1 parent a35fc70 commit e9698fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fractal/cli/controllers/registration.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ def register(
)
self.access_token = access_token
self.matrix_id = matrix_id
self.homeserver_url = homeserver_url

register.clicz_aliases = ["register"]

Expand Down

0 comments on commit e9698fb

Please sign in to comment.