We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 351f883 commit a4a5c5cCopy full SHA for a4a5c5c
views/index.html
@@ -3,13 +3,13 @@
3
{{if .LoggedIn}}
4
5
<a href="/logout">Logout here</a> <br>
6
- Logged in as {{.Player.Name}} ({{.SteamID}}) <br>
+ Logged in as {{.Player.Name}} ({{.Player.SteamID}}) <br>
7
{{if .Player.TwitchName}} Twitch connected with account {{.Player.TwitchName}} <br> {{end}}
8
9
{{else}}
10
11
<a href='/startLogin'>Login</a> <br>
12
- {{if .Mocklogin}}
+ {{if .MockLogin}}
13
<form action="/startMockLogin" method="get">
14
<fieldset>
15
<legend>Mock Login:</legend>
0 commit comments