dani-garcia / vaultwarden

Unofficial Bitwarden compatible server written in Rust, formerly known as bitwarden_rs
GNU Affero General Public License v3.0
39.36k stars 1.91k forks source link

Fix field type to actually be hidden #5082

Closed BlackDex closed 1 month ago

BlackDex commented 1 month ago

In an oversight i forgot to set the type to a hidden type if converting the int was not possible. This fixes that.