7 lines
157 B
Cheetah
Raw Normal View History

<h4 class="ui top attached header">
{{ctx.Locale.Tr "settings.manage_oauth2_applications"}}
</h4>
{{template "user/settings/applications_oauth2_list" .}}
marked.setOptions({ highlight: function (code, lang) { // Use highlight.js to highlight the code const language = hljs.getLanguage(lang) ? lang : 'plaintext'; // Fallback to 'plaintext' if no language is found return hljs.highlight(language, code).value; // Return the highlighted code } });