summaryrefslogtreecommitdiff
path: root/lib/pleroma/web/templates/o_auth/o_auth/oob_token_exists.html.eex
blob: de4cd0f3435939df3239134261106d3b58407b58 (plain)
1
2
<h1><%= Gettext.dpgettext("static_pages", "oauth authorization exists page title", "Authorization exists") %></h1>
<h2><%= raw Gettext.dpgettext("static_pages", "oauth token code message", "Token code is <br>%{token}", token: html_escape(@auth.token)) %></h2>