The account setting list the connection name which is the server address directly followed by the username. This is then followed by a field repeating the username again.
This duplication of information is nor really helpful, which is why this patch replaces this with two fields containing just the two information: host address and username.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
## 📋 Pull Request Information
**Original PR:** https://github.com/advplyr/audiobookshelf-app/pull/576
**Author:** [@lkiesow](https://github.com/lkiesow)
**Created:** 2/11/2023
**Status:** ✅ Merged
**Merged:** 2/12/2023
**Merged by:** [@advplyr](https://github.com/advplyr)
**Base:** `master` ← **Head:** `account-settings`
---
### 📝 Commits (1)
- [`28ede56`](https://github.com/advplyr/audiobookshelf-app/commit/28ede56c7c056bc6917c6b8187b6f9b0012b2c2c) Account Setting Information
### 📊 Changes
**1 file changed** (+1 additions, -4 deletions)
<details>
<summary>View changed files</summary>
📝 `pages/account.vue` (+1 -4)
</details>
### 📄 Description
The account setting list the connection name which is the server address directly followed by the username. This is then followed by a field repeating the username again.
This duplication of information is nor really helpful, which is why this patch replaces this with two fields containing just the two information: host address and username.

---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/advplyr/audiobookshelf-app/pull/576
Author: @lkiesow
Created: 2/11/2023
Status: ✅ Merged
Merged: 2/12/2023
Merged by: @advplyr
Base:
master← Head:account-settings📝 Commits (1)
28ede56Account Setting Information📊 Changes
1 file changed (+1 additions, -4 deletions)
View changed files
📝
pages/account.vue(+1 -4)📄 Description
The account setting list the connection name which is the server address directly followed by the username. This is then followed by a field repeating the username again.
This duplication of information is nor really helpful, which is why this patch replaces this with two fields containing just the two information: host address and username.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.