2023-09-06 22:20:09 +01:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<title>1f349 ID</title>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<header>
|
|
|
|
<h1>1f349 ID</h1>
|
|
|
|
</header>
|
|
|
|
<main>
|
2023-09-07 11:45:16 +01:00
|
|
|
<div>Logged in as: {{.User.Name}} ({{.User.Sub}})</div>
|
2023-09-06 22:20:09 +01:00
|
|
|
<div>
|
2023-09-07 11:45:16 +01:00
|
|
|
<button onclick="location.href='/edit'">Edit Profile</button>
|
|
|
|
</div>
|
|
|
|
<div>
|
|
|
|
<form method="POST" action="/logout">
|
|
|
|
<input type="hidden" name="nonce" value="{{.Nonce}}">
|
2023-09-06 22:20:09 +01:00
|
|
|
<button type="submit">Log Out</button>
|
|
|
|
</form>
|
|
|
|
</div>
|
|
|
|
</main>
|
|
|
|
</body>
|
|
|
|
</html>
|