fix form action typo in Gogs logic form

This commit is contained in:
Brad Rydzewski 2016-07-09 10:22:05 -07:00 committed by GitHub
parent 4d1df2924c
commit 324392d3e0

View file

@ -10,7 +10,7 @@
<link href="/static/favicon.ico" rel="icon" type="image/x-icon"/>
</head>
<body>
<form actin="/authorize" method="post">
<form action="/authorize" method="post">
<input type="text" placeholder="Username" name="username" />
<input type="password" placeholder="Password" name="password" />
<input type="submit" value="Login" />