We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d463efd commit 53a4b0dCopy full SHA for 53a4b0d
1 file changed
static/authorize.html
@@ -44,7 +44,7 @@ <h2>Authorize the application to access your account?</h2>
44
45
46
47
- <form action="/oauth/authenticate" id="oauth_form" method="post" target="_self">
+ <form action="/oauth/authorize" id="oauth_form" method="post" target="_self">
48
<div>
49
<input name="username" type="text" placeholder="Username"><br><br>
50
<input name="password" type="password" placeholder="Password">
0 commit comments