pleroma/lib/pleroma/web/templates/o_auth/o_auth/oob_token_exists.html.eex
2022-02-28 11:23:15 -05:00

3 lines
277 B
Elixir

<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: safe_to_string(html_escape(@token.token))) %></h2>