fix form action typo in Gogs logic form
This commit is contained in:
parent
4d1df2924c
commit
324392d3e0
1 changed files with 1 additions and 1 deletions
|
@ -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" />
|
||||
|
|
Loading…
Reference in a new issue