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(api): save user email on the first try #760

Merged
merged 3 commits into from
May 23, 2024

Conversation

gauthier-th
Copy link
Collaborator

@gauthier-th gauthier-th commented May 22, 2024

Description

Fix email field in profile settings where it requires you to enter the email once, press save, and then to enter it again and re-save.

To-Dos

  • Successful build yarn build
  • Translation keys yarn i18n:extract
  • Database migration (if required)

Issues Fixed or Closed

server/routes/user/usersettings.ts Outdated Show resolved Hide resolved
Copy link
Owner

@Fallenbagel Fallenbagel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

Copy link
Contributor

@Gauvino Gauvino left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested successfully, trying multiple account different manipulation everything I could and now work like a charm thanks you!

…lenbagel#748)

* fix(logging): handle media server connection refused error/toast

Properly log as connection refused if the jellyfin/emby server is unreachable. Previously it used to
throw a credentials error which lead to a lot of confusion

* refactor(i8n): extract translation keys

* refactor(auth): error message for a more consistent format

* refactor(auth/errors): use custom error types and error codes instead of abusing error messages

* refactor(i8n): replace connection refused translation key with invalidurl

* fix(error): combine auth and api error class into a single one called network error

* fix(error): use the new network error and network error codes in auth/api

* refactor(error): rename NetworkError to ApiError
@Fallenbagel Fallenbagel merged commit 0bbcfdc into Fallenbagel:develop May 23, 2024
7 checks passed
@Fallenbagel
Copy link
Owner

@all-contributors please add @gauthier-th for code

Copy link
Contributor

@Fallenbagel

I've put up a pull request to add @gauthier-th! 🎉

@Fallenbagel
Copy link
Owner

🎉 This PR is included in version 1.9.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

new user add email addr need save twice
3 participants