From a0a2412644fd08c77b9cdc12acf7b6581c27d667 Mon Sep 17 00:00:00 2001 From: Damian Ho Date: Fri, 13 May 2022 18:54:10 -0400 Subject: [PATCH] Remove unnecessary raw tag (#1520) --- app/views/doorkeeper/authorizations/new.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/doorkeeper/authorizations/new.html.erb b/app/views/doorkeeper/authorizations/new.html.erb index a757304e3..1835cbea9 100644 --- a/app/views/doorkeeper/authorizations/new.html.erb +++ b/app/views/doorkeeper/authorizations/new.html.erb @@ -13,7 +13,7 @@

Authorization Required

- <%= raw t('.prompt', client_name: "#{ @pre_auth.client.name }") %> + <%= t('.prompt', client_name: "#{ @pre_auth.client.name }") %>

<% if @pre_auth.scopes.count > 0 %>