Clear up expected format on login form
This commit is contained in:
parent
6324b606da
commit
af7e91510c
|
@ -12,7 +12,7 @@ module OmniAuth
|
|||
end
|
||||
|
||||
def patch
|
||||
1
|
||||
2
|
||||
end
|
||||
|
||||
def pre
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue