Clear up expected format on login form

This commit is contained in:
Eugen Rochko 2016-10-24 13:56:20 +02:00
parent 6324b606da
commit af7e91510c
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ module OmniAuth
end
def patch
1
2
end
def pre

View File

@ -60,7 +60,7 @@ module OmniAuth
def get_identifier
form = OmniAuth::Form.new(title: 'Mastodon Login')
form.text_field 'Your full Mastodon identifier', 'identifier'
form.text_field 'Your full Mastodon identifier (username@domain)', 'identifier'
form.button 'Login'
form.to_response
end