Commit 33b1bbba authored by Robert Speicher's avatar Robert Speicher

Merge branch 'fix-application-settings' into 'master'

Fixed error with applications delete anonymous token form

Closes #14509 

See merge request !3362
parents 0e85a8b8 c23d9ab4
......@@ -77,7 +77,7 @@
%em Authorization was granted by entering your username and password in the application.
%td= token.created_at
%td= token.scopes
%td= render 'delete_form', token: token
%td= render 'doorkeeper/authorized_applications/delete_form', token: token
- else
.profile-settings-message.text-center
You don't have any authorized applications
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment