reorder params
This commit is contained in:
parent
34f053d2a7
commit
aa222b80cf
1 changed files with 1 additions and 1 deletions
|
@ -7,10 +7,10 @@ import "../styles/login.css"
|
||||||
frontmatter={{ title: "Sign In to Federated Nexus", template: "splash" }}
|
frontmatter={{ title: "Sign In to Federated Nexus", template: "splash" }}
|
||||||
>
|
>
|
||||||
<form method="post" action="https://auth.federated.nexus/login">
|
<form method="post" action="https://auth.federated.nexus/login">
|
||||||
<input type="hidden" name="redirect_uri" />
|
|
||||||
<input type="hidden" name="state" />
|
<input type="hidden" name="state" />
|
||||||
<input type="hidden" name="user_id" />
|
<input type="hidden" name="user_id" />
|
||||||
<input type="hidden" name="access_token" />
|
<input type="hidden" name="access_token" />
|
||||||
|
<input type="hidden" name="redirect_uri" />
|
||||||
|
|
||||||
<label>
|
<label>
|
||||||
Username
|
Username
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue