[PR #2047] [MERGED] [SG-599] "Cannot read authenticator key" if URI is not included before TOTP Secret #3319

Closed
opened 2025-11-26 23:31:11 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/bitwarden/android/pull/2047
Author: @andrebispo5
Created: 8/23/2022
Status: Merged
Merged: 8/23/2022
Merged by: @andrebispo5

Base: masterHead: bug/totp_add_code_no_prefix


📝 Commits (2)

  • bba85d8 [SG-599] Removed unnecessary code when adding a TOTP auth key secret manually.
  • 107a781 Merge branch 'master' into bug/totp_add_code_no_prefix

📊 Changes

1 file changed (+3 additions, -20 deletions)

View changed files

📝 src/App/Pages/Vault/ScanPage.xaml.cs (+3 -20)

📄 Description

Type of change

  • Bug fix
  • New feature development
  • Tech debt (refactoring, code cleanup, dependency upgrades, etc)
  • Build/deploy pipeline (DevOps)
  • Other

Objective

User needs to be able to add TOTP authentication key manually without the need to include the full URI.

Code changes

Removed unnecessary verification for manually adding TOTP Secret Key

Before you submit

  • I have checked for formatting errors (dotnet tool run dotnet-format --check) (required)
  • I have added unit tests where it makes sense to do so (encouraged but not required)
  • This change requires a documentation update (notify the documentation team)
  • This change has particular deployment requirements (notify the DevOps team)

🔄 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/bitwarden/android/pull/2047 **Author:** [@andrebispo5](https://github.com/andrebispo5) **Created:** 8/23/2022 **Status:** ✅ Merged **Merged:** 8/23/2022 **Merged by:** [@andrebispo5](https://github.com/andrebispo5) **Base:** `master` ← **Head:** `bug/totp_add_code_no_prefix` --- ### 📝 Commits (2) - [`bba85d8`](https://github.com/bitwarden/android/commit/bba85d82acb3ca6852c242f17e9e1f96b963a613) [SG-599] Removed unnecessary code when adding a TOTP auth key secret manually. - [`107a781`](https://github.com/bitwarden/android/commit/107a7818c82cfd28d12774a552a0b5ee908d58c8) Merge branch 'master' into bug/totp_add_code_no_prefix ### 📊 Changes **1 file changed** (+3 additions, -20 deletions) <details> <summary>View changed files</summary> 📝 `src/App/Pages/Vault/ScanPage.xaml.cs` (+3 -20) </details> ### 📄 Description ## Type of change - [X] Bug fix - [ ] New feature development - [ ] Tech debt (refactoring, code cleanup, dependency upgrades, etc) - [ ] Build/deploy pipeline (DevOps) - [ ] Other ## Objective <!--Describe what the purpose of this PR is. For example: what bug you're fixing or what new feature you're adding--> User needs to be able to add TOTP authentication key manually without the need to include the full URI. ## Code changes <!--Explain the changes you've made to each file or major component. This should help the reviewer understand your changes--> <!--Also refer to any related changes or PRs in other repositories--> Removed unnecessary verification for manually adding TOTP Secret Key ## Before you submit - [ ] I have checked for formatting errors (`dotnet tool run dotnet-format --check`) (required) - [ ] I have added **unit tests** where it makes sense to do so (encouraged but not required) - [ ] This change requires a **documentation update** (notify the documentation team) - [ ] This change has particular **deployment requirements** (notify the DevOps team) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-26 23:31:11 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/android#3319