<% if (success) { %>
<%= success %>
<% } %>
<% if (error) { %>
<%= error %>
<% } %>
<%# ── PROFILE ────────────────────────────────────────────── %>
<%# ── WACHTWOORD ────────────────────────────────────────── %>
<% if (hasPassword) { %>
<% } else { %>
Inloggen
Je bent ingelogd via Google (<%= account.email %>). Er is geen apart wachtwoord.
<% } %>