Fix OAuth authorization page and add a spec for it
This commit is contained in:
parent
1fd2ac774f
commit
7b7bf834e9
6 changed files with 39 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
= t('doorkeeper.authorizations.new.title')
|
||||
|
||||
.oauth-prompt
|
||||
%h2= t('doorkeeper.authorizations.new.prompt', name: @pre_auth.client.name)
|
||||
%h2= t('doorkeeper.authorizations.new.prompt', client_name: @pre_auth.client.name)
|
||||
|
||||
%p
|
||||
= t('doorkeeper.authorizations.new.able_to')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue