76ed3fda5e7c0f36decbb3219a8bef08285098d4
[anni] / lib / pleroma / web / templates / o_auth / o_auth / oob_authorization_created.html.eex
1 <h1><%= Gettext.dpgettext("static_pages", "oauth authorized page title", "Successfully authorized") %></h1>
2 <h2><%= raw Gettext.dpgettext("static_pages", "oauth token code message", "Token code is <br>%{token}", token: safe_to_string(html_escape(@auth.token))) %></h2>