make 2fa UI less awful
[akkoma] / lib / pleroma / web / templates / o_auth / o_auth / oob_token_exists.html.eex
1 <div>
2 <div class="panel-heading">
3 <%= Gettext.dpgettext("static_pages", "oauth authorization exists page title", "Authorization exists") %>
4 </div>
5 <div class="panel-content">
6 <%= raw Gettext.dpgettext("static_pages", "oauth token code message", "Token code is <br>%{token}", token: safe_to_string(html_escape(@token.token))) %>
7 </div>
8 </div>