Added primitive search mechanism in backend.
Began implementing search mechanism for frontend.
This commit is contained in:
@@ -9,8 +9,10 @@
|
||||
if (@Model.DisplayConfirmAccountLink)
|
||||
{
|
||||
<p>
|
||||
This app does not currently have a real email sender registered, see <a href="https://aka.ms/aspaccountconf">these docs</a> for how to configure a real email sender.
|
||||
Normally this would be emailed: <a id="confirm-link" href="@Model.EmailConfirmationUrl">Click here to confirm your account</a>
|
||||
This app does not currently have a real email sender registered, see <a href="https://aka.ms/aspaccountconf">these
|
||||
docs</a> for how to configure a real email sender.
|
||||
Normally this would be emailed: <a id="confirm-link" href="@Model.EmailConfirmationUrl">Click here to confirm your
|
||||
account</a>
|
||||
</p>
|
||||
}
|
||||
else
|
||||
@@ -20,4 +22,4 @@
|
||||
</p>
|
||||
}
|
||||
}
|
||||
@* TODO: Do something about this. *@
|
||||
@* TODO: implement account confirmation. *@
|
Reference in New Issue
Block a user