From 15c8d567772733be535b84e330945c8e5222d1af Mon Sep 17 00:00:00 2001 From: Carson McManus Date: Sun, 21 Jul 2024 10:34:44 -0400 Subject: [PATCH] docs: explain what triggers `AccountRecovery` confirmation --- steamguard/src/confirmation.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/steamguard/src/confirmation.rs b/steamguard/src/confirmation.rs index 0b611828..a8fd7fca 100644 --- a/steamguard/src/confirmation.rs +++ b/steamguard/src/confirmation.rs @@ -381,6 +381,7 @@ pub enum ConfirmationType { FeatureOptOut = 4, /// Occurs when changing the phone number associated with the account PhoneNumberChange = 5, + /// Occurs when removing a phone number AccountRecovery = 6, /// Occurs when a new web API key is created via https://steamcommunity.com/dev/apikey ApiKeyCreation = 9,