Commit 5f9595bb authored by Robert Speicher's avatar Robert Speicher Committed by Rémy Coutable

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

Fixed error with applications delete anonymous token form

Closes #14509

See merge request !3362
parent 062b806d
......@@ -7,6 +7,7 @@ v 8.6.2
- Fix issuable sidebar overlaps on tablet. !3299
- Make dropdowns pixel perfect. !3337
- Fix bold text in issuable sidebar. !3358
- Fix error with anonymous token in applications settings. !3362
v 8.6.1
- Add option to reload the schema before restoring a database backup. !2807
......
......@@ -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