lib/osa/services/auth_service.rb in osa-0.1.0 vs lib/osa/services/auth_service.rb in osa-0.1.1
- old
+ new
@@ -37,10 +37,10 @@
end
base_uri = 'https://login.microsoftonline.com/consumers/oauth2/v2.0/authorize'
uri = "#{base_uri}#{query_str}"
- puts "Open the following url in your browser and enter the authentication code displayed."
+ puts 'Open the following url in your browser and enter the authentication code displayed.'
puts uri
prompt = TTY::Prompt.new
code = prompt.ask('Code:')