Clear up expected format on login form
This commit is contained in:
parent
6324b606da
commit
af7e91510c
|
@ -12,7 +12,7 @@ module OmniAuth
|
||||||
end
|
end
|
||||||
|
|
||||||
def patch
|
def patch
|
||||||
1
|
2
|
||||||
end
|
end
|
||||||
|
|
||||||
def pre
|
def pre
|
||||||
|
|
|
@ -60,7 +60,7 @@ module OmniAuth
|
||||||
|
|
||||||
def get_identifier
|
def get_identifier
|
||||||
form = OmniAuth::Form.new(title: 'Mastodon Login')
|
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.button 'Login'
|
||||||
form.to_response
|
form.to_response
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue