Created
June 1, 2016 21:23
-
-
Save oldaccountarchived/7cdf61c88753c10d694a35c0463d1bc6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<form method="post" action="/api/auth/login"> | |
<label for="id_username">Username</label> <input type="text" name="username" id="id_username"> | |
<label for="id_password">Password</label> <input type="text" name="password" id="id_password"> | |
<input type="submit" value="Login"> | |
</form> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment