In an oversight i forgot to set the type to a hidden type if converting the int was not possible. This fixes that.
🔄 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/dani-garcia/vaultwarden/pull/5082
**Author:** [@BlackDex](https://github.com/BlackDex)
**Created:** 10/13/2024
**Status:** ✅ Merged
**Merged:** 10/13/2024
**Merged by:** [@dani-garcia](https://github.com/dani-garcia)
**Base:** `main` ← **Head:** `fix-hidden-type-for-fields`
---
### 📝 Commits (1)
- [`d0c5cec`](https://github.com/dani-garcia/vaultwarden/commit/d0c5cecf8eb31317ae579ca393ec03f60e144ff0) Fix field type to actually be hidden
### 📊 Changes
**1 file changed** (+1 additions, -1 deletions)
<details>
<summary>View changed files</summary>
📝 `src/db/models/cipher.rs` (+1 -1)
</details>
### 📄 Description
In an oversight i forgot to set the type to a hidden type if converting the int was not possible. This fixes that.
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/dani-garcia/vaultwarden/pull/5082
Author: @BlackDex
Created: 10/13/2024
Status: ✅ Merged
Merged: 10/13/2024
Merged by: @dani-garcia
Base:
main← Head:fix-hidden-type-for-fields📝 Commits (1)
d0c5cecFix field type to actually be hidden📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
src/db/models/cipher.rs(+1 -1)📄 Description
In an oversight i forgot to set the type to a hidden type if converting the int was not possible. This fixes that.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.