Login with password now requires email to be confirmed
This commit is contained in:
@@ -5,10 +5,11 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<meta name="csrf-token" content={get_csrf_token()} />
|
||||
<link rel="icon" href={~p"/favicon.ico"} sizes="any" />
|
||||
<%
|
||||
meta_title = (assigns[:page_title] || "Mixer")
|
||||
meta_description = assigns[:page_description] || "Mixer is a social feed for all. Come join the conversation — built with Elixir."
|
||||
%>
|
||||
<% meta_title = assigns[:page_title] || "Mixer"
|
||||
|
||||
meta_description =
|
||||
assigns[:page_description] ||
|
||||
"Mixer is a social feed for all. Come join the conversation — built with Elixir." %>
|
||||
<meta name="description" content={meta_description} />
|
||||
<meta name="robots" content={assigns[:robots] || "index, follow"} />
|
||||
<meta property="og:site_name" content="Mixer" />
|
||||
|
||||
Reference in New Issue
Block a user