mirror of
https://github.com/bitwarden/mobile
synced 2025-12-22 19:23:58 +00:00
Fix delete account SSO with CME that the OTP parameter was being sent incorrectly to the server (#1751)
This commit is contained in:
committed by
GitHub
parent
4373cee636
commit
31cdf401f1
@@ -3,5 +3,7 @@
|
||||
public class DeleteAccountRequest
|
||||
{
|
||||
public string MasterPasswordHash { get; set; }
|
||||
|
||||
public string OTP { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user