Skip to content
#

bitwarden

Here are 116 public repositories matching this topic...

fugkco
fugkco commented Mar 8, 2021

Subject of the issue

When attempting to do a login to an account that has 2FA enabled, but without the 2FA details, it seems to return the wrong error response. Not just the message, but the whole object is different. I understand that this is likely not a priority considering everything works, but for parity's sake, it would be nice to have this implemented the right way.

I also noticed t

chezmoi
jdillon
jdillon commented Mar 25, 2021

Describe the solution you'd like

Current op command has a get item with --fields flag which makes it a lot simpler to extract values from details or section fields.

The output function can be used with this:

{{- output "op" "get" "item" "some-id" "--fields" "some-field" }}

But it might be nicer to have a built-in onepassworditemFields function (or something)

contrun
contrun commented May 25, 2019

While was deploying this program to aws, I encountered an error as I did not setup sufficient permission. When I deploy the second time, I encountered various deploy error like

 Serverless Error ---------------------------------------

  An error occurred: IamRoleLambdaExecution - bitwarden-serverless-prod-us-east-1-lambdaRole already exists.

and

 Serverless Error -----

Improve this page

Add a description, image, and links to the bitwarden topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the bitwarden topic, visit your repo's landing page and select "manage topics."

Learn more