pleroma/lib/pleroma/web/templates/o_auth/o_auth/oob_authorization_created.h...

3 lines
269 B
Elixir
Raw Normal View History

2022-02-28 08:11:57 +01:00
<h1><%= Gettext.dpgettext("static_pages", "oauth authorized page title", "Successfully authorized") %></h1>
2022-02-28 17:23:15 +01:00
<h2><%= raw Gettext.dpgettext("static_pages", "oauth token code message", "Token code is <br>%{token}", token: safe_to_string(html_escape(@auth.token))) %></h2>