Skip to content
This repository was archived by the owner on Mar 1, 2026. It is now read-only.

Commit 862a558

Browse files
fix(hakiri): fix hakiri error with user input in html_safe (#475)
Co-authored-by: Peter Kos <pkos91@icloud.com>
1 parent 22330fb commit 862a558

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/views/doorkeeper/authorizations/error.html.haml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
%p
77
= @pre_auth.error_response.body[:error_description]
88
%p
9-
= t('doorkeeper.errors.messages.get_help', hackathon_name: content_tag(:strong, class: 'text-info') { HackathonConfig['name'] }).html_safe
9+
= t('doorkeeper.errors.messages.get_help', hackathon_name: HackathonConfig['name'])
1010

0 commit comments

Comments
 (0)