Changeset 075185a in Klonkt for src/views/pages/account.ejs
- Timestamp:
- 06/24/2026 02:16:57 PM (3 months ago)
- Branches:
- main
- Children:
- 2e9773f
- Parents:
- 5b47619
- File:
-
- 1 edited
-
src/views/pages/account.ejs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/views/pages/account.ejs
r5b47619 r075185a 163 163 </section> 164 164 165 <% if (typeof googleAvailable !== 'undefined' && googleAvailable) { %>166 <section class="ax-card">167 <div class="ax-card-title"><%= t('acct.google_login') %></div>168 <% if (typeof googleLinked !== 'undefined' && googleLinked) { %>169 <p class="ax-tagline" style="margin:0 0 1rem"><%= t('acct.google_linked') %></p>170 <form action="/account/google/unlink" method="post">171 <button type="submit" class="ax-btn"><%= t('acct.google_unlink') %></button>172 </form>173 <% } else { %>174 <p class="ax-tagline" style="margin:0 0 1rem"><%= t('acct.google_link_hint') %></p>175 <a href="/auth/google/link" class="ax-btn ax-btn-primary" data-full-load><%= t('acct.google_link') %></a>176 <% } %>177 </section>178 <% } %>179 165 <% } else { %> 180 166 <section class="ax-card">
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)