mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-12-10 01:10:09 +03:00
[PR #5327] [MERGED] Add TOTP delete endpoint #2609
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/5327
Author: @Timshel
Created: 12/26/2024
Status: ✅ Merged
Merged: 12/30/2024
Merged by: @BlackDex
Base:
main← Head:otp📝 Commits (1)
f97d620Add TOTP delete endpoint📊 Changes
1 file changed (+45 additions, -1 deletions)
View changed files
📝
src/api/core/two_factor/authenticator.rs(+45 -1)📄 Description
I built a
web-vaultbased on thev2024.12.1version, and it appears that disabling a TOTP authenticator now rely on a dedicated endpoint.Did not change the existing endpoint to keep compatibility with old clients.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.