Commit 0c082d5e authored by connorshea's avatar connorshea Committed by Stan Hu

Fix the improper delete form being rendered for an oauth_authorized_application

This fixes the authorized applications not being revoked properly at
`/profile/applications`.

Fixes #14370.
parent 091c77e3
......@@ -68,7 +68,7 @@
%td= app.name
%td= token.created_at
%td= token.scopes
%td= render 'delete_form', application: app
%td= render 'doorkeeper/authorized_applications/delete_form', application: app
- @authorized_anonymous_tokens.each do |token|
%tr
%td
......
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