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:
parent
4d1df2924c
commit
324392d3e0
@ -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 New Issue
Block a user