You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: steamguard/src/accountlinker.rs
+9
Original file line number
Diff line number
Diff line change
@@ -179,6 +179,8 @@ where
179
179
/// Begin the process of "transfering" a mobile authenticator from a different device to this device.
180
180
///
181
181
/// "Transfering" does not actually literally transfer the secrets from one device to another. Instead, it generates a new set of secrets on this device, and invalidates the old secrets on the other device. Call [`Self::transfer_finish`] to complete the process.
182
+
///
183
+
/// As of 2025-02-07, transfering an authenticator requires a phone number to be present on the account. If there is no phone number on the account, this method will return an error.
0 commit comments