Show password toggle doesnt work #1

Open
opened 2026-01-16 22:32:31 +00:00 by tegwick · 0 comments
Owner

Show password toggle doesnt work

Description

There is an icon to toggle legibility of the password on the login mark, but it does not do anything.

Context

Extension Info

{
  "name": "BinectChrome",
  "version": "1.0.0",
  "manifestVersion": 3
}

Browser Info

{
  "browser": "Chrome",
  "version": "143.0.0.0",
  "platform": "Win32",
  "language": "de-DE",
  "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36"
}

Document Status

{
  "total": 2,
  "byStatus": {
    "in_basket": 1,
    "failed": 1
  },
  "documents": [
    {
      "id": "download...",
      "binectStatus": "in_basket",
      "binectStatusCode": 2,
      "hasError": false
    },
    {
      "id": "download...",
      "binectStatus": "failed",
      "binectStatusCode": 7,
      "hasError": true
    }
  ]
}
# Show password toggle doesnt work ## Description There is an icon to toggle legibility of the password on the login mark, but it does not do anything. ## Context ### Extension Info ```json { "name": "BinectChrome", "version": "1.0.0", "manifestVersion": 3 } ``` ### Browser Info ```json { "browser": "Chrome", "version": "143.0.0.0", "platform": "Win32", "language": "de-DE", "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" } ``` ### Document Status ```json { "total": 2, "byStatus": { "in_basket": 1, "failed": 1 }, "documents": [ { "id": "download...", "binectStatus": "in_basket", "binectStatusCode": 2, "hasError": false }, { "id": "download...", "binectStatus": "failed", "binectStatusCode": 7, "hasError": true } ] } ```
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: coulomb/binect-chrome#1