Method: Spaceship::Client#ask_for_2fa_code
- Defined in:
- spaceship/lib/spaceship/two_step_or_factor_client.rb
#ask_for_2fa_code(text) ⇒ Object
extracted into its own method for testing
235 236 237 |
# File 'spaceship/lib/spaceship/two_step_or_factor_client.rb', line 235 def ask_for_2fa_code(text) ask(text) end |