mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-12-09 17:23:04 +03:00
[PR #2197] [MERGED] Fix issue with Bitwarden CLI. #3286
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/dani-garcia/vaultwarden/pull/2197
Author: @BlackDex
Created: 12/31/2021
Status: ✅ Merged
Merged: 1/3/2022
Merged by: @dani-garcia
Base:
main← Head:issue-2196📝 Commits (1)
bf5aefdFix issue with Bitwarden CLI.📊 Changes
1 file changed (+22 additions, -16 deletions)
View changed files
📝
src/api/core/sends.rs(+22 -16)📄 Description
The CLI seems to send a String instead of an Integer for the maximum access count.
It now accepts both types and converts it to an i32 in all cases.
Fixes #2196
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.