From 9383a2fb09ffb60cfe63683106945bd688affa59 Mon Sep 17 00:00:00 2001 From: ivarlovlie Date: Wed, 1 Jun 2022 21:13:43 +0200 Subject: feat: Initial commit after clean slate --- src/Pages/LoggInn.cshtml | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 src/Pages/LoggInn.cshtml (limited to 'src/Pages/LoggInn.cshtml') diff --git a/src/Pages/LoggInn.cshtml b/src/Pages/LoggInn.cshtml new file mode 100644 index 0000000..6349466 --- /dev/null +++ b/src/Pages/LoggInn.cshtml @@ -0,0 +1,34 @@ +@page +@using Microsoft.AspNetCore.Antiforgery +@model VSH.Pages.LoggInn +@inject IAntiforgery Antiforgery +@{ + ViewData["Title"] = "Logg inn"; + var token = Antiforgery.GetAndStoreTokens(HttpContext).RequestToken; +} + +
+ +
+
+ + +
+
+ + +
+
+ + +
+ + +
+
-- cgit v1.3