iOS - Add credential, hitting Save with blank URI results in duplicate entries #319

Closed
opened 2025-11-07 08:35:13 -06:00 by GiteaMirror · 1 comment
Owner

Originally created by @luckman212 on GitHub (Dec 23, 2018).

Repro:

  • from an iOS app that requires login, tap "Bitwarden..."
  • tap + to add credential
  • fill out Name, Username, Password fields
  • if URI field is blank, leave it
    (if URI is not blank, clear it)
  • tap Save

Result:

  • Nothing visibly happens; the form remains on the screen
  • Behind the scenes though, an entry has been created with a blank URI
  • You can keep tapping "Save" and additional duplicate entries will be added

Instead, an error message should be shown to inform the user that URI should not be blank. Or, if blank URI is acceptable, then edit form should close.

possibly related: #426

Originally created by @luckman212 on GitHub (Dec 23, 2018). Repro: - from an iOS app that requires login, tap "Bitwarden..." - tap + to add credential - fill out Name, Username, Password fields - if URI field is blank, leave it (if URI is not blank, clear it) - tap Save Result: - Nothing visibly happens; the form remains on the screen - Behind the scenes though, an entry has been created with a blank URI - You can keep tapping "Save" and additional duplicate entries will be added Instead, an error message should be shown to inform the user that URI should not be blank. Or, if blank URI is acceptable, then edit form should close. possibly related: #426
GiteaMirror added the bug label 2025-11-07 08:35:13 -06:00
Author
Owner

@kspearrin commented on GitHub (Dec 24, 2018):

Should be fixed in next version. Thanks.

@kspearrin commented on GitHub (Dec 24, 2018): Should be fixed in next version. Thanks.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/android#319