Index: src/views/pages/authorize-interaction.ejs
===================================================================
--- src/views/pages/authorize-interaction.ejs	(revision bf4596d656b6f6cfed0106e540a0342cb99a070a)
+++ src/views/pages/authorize-interaction.ejs	(revision 7c62efb527b6d9b96c67754d6a8f37d0de4f6327)
@@ -27,4 +27,11 @@
       <a class="btn btn-primary" href="/"><%= t('fedi.remote_back') %></a>
     </p>
+  <% } else if (typeof followed !== 'undefined' && followed) { %>
+    <h1 class="auth-interact-title"><%= t('fedi.followed_title') %></h1>
+    <p class="auth-interact-note"><%= t('fedi.followed_done') %></p>
+    <p class="auth-interact-actions">
+      <% if (uri) { %><a class="btn" href="<%= uri %>" rel="nofollow noopener"><%= t('fedi.view_profile') %></a><% } %>
+      <a class="btn btn-primary" href="/"><%= t('fedi.remote_back') %></a>
+    </p>
   <% } else if (typeof sent !== 'undefined' && sent) { %>
     <h1 class="auth-interact-title"><%= t('fedi.remote_sent_title') %></h1>
@@ -34,4 +41,19 @@
       <a class="btn btn-primary" href="/"><%= t('fedi.remote_back') %></a>
     </p>
+  <% } else if (typeof followTarget !== 'undefined' && followTarget) { %>
+  <h1 class="auth-interact-title"><%= t('fedi.follow_heading') %></h1>
+  <p class="auth-interact-meta">
+    <%= t('fedi.follow_intro') %>
+    <a href="<%= followTarget.actor_url %>" rel="nofollow noopener" target="_blank"><strong><%= followTarget.actor_name %></strong></a>
+    <span class="fedi-handle"><%= followTarget.actor_handle %></span>
+  </p>
+  <form method="post" action="/authorize_interaction/follow" class="auth-interact-form">
+    <input type="hidden" name="uri" value="<%= followTarget.actor_uri %>">
+    <div class="auth-interact-actions">
+      <button type="submit" class="btn btn-primary"><%= t('fedi.follow_btn') %></button>
+      <a href="/" class="btn"><%= t('comments.cancel') %></a>
+    </div>
+  </form>
+  <p class="auth-interact-note"><%= t('fedi.remote_as', { site: siteTitle }) %></p>
   <% } else { %>
   <h1 class="auth-interact-title"><%= t('fedi.remote_title') %></h1>
