Method: Spaceship::Client#sms_fallback
- Defined in:
- spaceship/lib/spaceship/two_step_or_factor_client.rb
#sms_fallback(response) ⇒ Object
Account is not signed into any devices that can display a verification code
225 226 227 |
# File 'spaceship/lib/spaceship/two_step_or_factor_client.rb', line 225 def sms_fallback(response) response.body["noTrustedDevices"] end |