Changeset 247988e in Klonkt for src/views/pages/account.ejs
- Timestamp:
- 06/19/2026 09:55:26 AM (3 months ago)
- Branches:
- main
- Children:
- f33b24a
- Parents:
- 535f955
- File:
-
- 1 edited
-
src/views/pages/account.ejs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/views/pages/account.ejs
r535f955 r247988e 132 132 </form> 133 133 </section> 134 135 <% if (typeof googleAvailable !== 'undefined' && googleAvailable) { %> 136 <section class="ax-card"> 137 <div class="ax-card-title">Inloggen met Google</div> 138 <% if (typeof googleLinked !== 'undefined' && googleLinked) { %> 139 <p class="ax-tagline" style="margin:0 0 1rem">✓ Je Google-account is gekoppeld — je kunt ook met Google inloggen.</p> 140 <form action="/account/google/unlink" method="post"> 141 <button type="submit" class="ax-btn">Google ontkoppelen</button> 142 </form> 143 <% } else { %> 144 <p class="ax-tagline" style="margin:0 0 1rem">Koppel je Google-account zodat je voortaan ook met één klik via Google kunt inloggen (naast je wachtwoord).</p> 145 <a href="/auth/google/link" class="ax-btn ax-btn-primary" data-full-load>Koppel Google-account</a> 146 <% } %> 147 </section> 148 <% } %> 134 149 <% } else { %> 135 150 <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)