-
-
Notifications
You must be signed in to change notification settings - Fork 235
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
new user add email addr need save twice #227
Comments
This bug is still present in 1.6.0 version. |
Still an issue today in 1.8.1. this makes me think something needs to be written to the database on import and it is not written until saved at least once? |
Fixed in #760. |
* fix(api): save user email on the first try fix #227 * fix(api): remove todo * fix(logging): handle media server connection refused error/toast (#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 --------- Co-authored-by: Fallenbagel <98979876+Fallenbagel@users.noreply.github.com>
🎉 This issue has been resolved in version 1.9.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Description
import emby account,and edit there email,when first time click save button,lost input email and back to user name,but after input the email addr again,the save button works
Version
1.1.1
Steps to Reproduce
As Description
Screenshots
No response
Logs
No response
Platform
desktop
Device
desktop pc
Operating System
win11
Browser
chrome
Additional Context
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: