We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4913cf8 commit 00e78beCopy full SHA for 00e78be
1 file changed
Data/ApiDataSchemas/AccountEditRequest.cs
@@ -59,6 +59,7 @@ private User ApplyChanges(User target) {
59
break;
60
case "false":
61
target.TotpEnabled = false;
62
+ target.TotpSecret = null;
63
64
default:
65
throw new ArgumentException("Invalid value for ToptEnabled");
0 commit comments