mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
feat: Indicate to templates if this is part of an auth request
This commit is contained in:
@@ -26,7 +26,11 @@
|
||||
<h2>Your new account</h2>
|
||||
<p>
|
||||
Via your email address <em><%= email %></em>,
|
||||
this server lets you <a href="./login">log in</a> to Solid apps
|
||||
<% if (authenticating) { %>
|
||||
you can now <a href="./login">log in</a>
|
||||
<% } else { %>
|
||||
this server lets you log in to Solid apps
|
||||
<% } %>
|
||||
with your WebID <a href="<%= webId %>" class="link"><%= webId %></a>
|
||||
</p>
|
||||
<% if (!createWebId) { %>
|
||||
|
||||
Reference in New Issue
Block a user