Changeset 075185a in Klonkt for src/views/pages/admin.ejs


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.ejs

    r5b47619 r075185a  
    5959      <a href="/admin/shows" class="btn"><%= t('admin.b_agenda') %></a>
    6060    <% } %>
    61     <a href="/admin/settings/google" class="btn"><%= t('admin.b_google') %></a>
    6261    <a href="/admin/updates" class="btn"><%= t('admin.b_updates') %></a>
    6362    <a href="/admin/handleiding" class="btn"><%= t('admin.b_help') %></a>
Note: See TracChangeset for help on using the changeset viewer.