Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix redirect URL after user creation #16

Merged
merged 2 commits into from
Sep 5, 2024

Conversation

beastafk
Copy link
Contributor

@beastafk beastafk commented Sep 4, 2024

Related to #8

Please, fix the user's default tab after creating a new user

Steps to reproduce:

  1. Open Users list, click on Create button (/#/users/create)
  2. Enter user details and click on Save button
  3. Observe broken default user tab with url encoded hash (/#/users/%40localpart%3Aexample.com), page reload does not help
  4. Click on the User tab name, and observe working default user tab with not url encoded hash (/#/users/@localpart:example.com)

So, it looks like the problem is with url-encoded hash params

@aine-etke
Copy link
Member

Fixes #15

@beastafk beastafk force-pushed the fix-redirect-after-user-create branch from db4274a to 4f58398 Compare September 4, 2024 22:23
@aine-etke aine-etke merged commit 3f68c69 into main Sep 5, 2024
1 check passed
@aine-etke aine-etke deleted the fix-redirect-after-user-create branch September 5, 2024 06:02
aine-etke pushed a commit that referenced this pull request Sep 5, 2024
* Fix redirect URL after user creation

* increment version; update readme
@aine-etke aine-etke restored the fix-redirect-after-user-create branch September 5, 2024 06:38
@aine-etke aine-etke deleted the fix-redirect-after-user-create branch October 25, 2024 08:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants