1
0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2024-11-24 08:02:18 +02:00

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" />