Authentication, take 2; take 3 forthcoming...

*cue sad trombone*
This commit is contained in:
Daniel J. Summers
2016-10-07 22:07:46 -05:00
parent c0237e1433
commit d3a80b9ceb
7 changed files with 63 additions and 49 deletions

View File

@@ -75,6 +75,6 @@
<script src="~/js/site.min.js" asp-append-version="true"></script>
</environment>
@RenderSection("scripts", required: false)
@RenderSection("Scripts", required: false)
</body>
</html>

View File

@@ -28,4 +28,13 @@
</p>
</div>
</div>
</form>
</form>
@section Scripts
{
<script type="text/javascript">
/* <![CDATA[ */
$(document).ready(function () { $("#Email").focus() })
/* ]]> */
</script>
}