Ignore:
Timestamp:
06/24/2026 02:16:57 PM (3 months ago)
Author:
Robin Genis <roboburr@…>
Branches:
main
Children:
2e9773f
Parents:
5b47619
Message:

refactor(auth): remove Google login (listeners now interact via the fediverse)

Removes config/google.js, the /auth/google* routes, the admin Google config page
+ links, the account link/unlink, and the public Google login button. /login and
/auth/admin both show the admin password form. SEO/Search-Console Google is
untouched. (Native comments removed next.)

Co-Authored-By: Claude <noreply@…>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/views/pages/admin-settings.ejs

    r5b47619 r075185a  
    161161  </section>
    162162  <% } %>
    163 
    164   <%# Google login has its own admin page (compact link shown here). %>
    165   <section class="set-card" style="margin-top:1rem">
    166     <h2><%= t('aset.google_login') %></h2>
    167     <p class="set-help"><%= t('aset.google_login_help') %>
    168       <% if (google && google.configured) { %><strong><%= t('aset.status_set') %>&nbsp;✓</strong><% } else { %><%= t('aset.not_set_yet') %><% } %></p>
    169     <div class="set-actions"><a href="/admin/settings/google" class="btn btn-primary"><%= t('aset.google_login_setup') %> &rarr;</a></div>
    170   </section>
    171163
    172164  <%# Newsletter signup in the footer (premium). %>
Note: See TracChangeset for help on using the changeset viewer.