Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

html files are missing #1

Open
kabaluyot opened this issue Feb 8, 2020 · 3 comments
Open

html files are missing #1

kabaluyot opened this issue Feb 8, 2020 · 3 comments

Comments

@kabaluyot
Copy link

open static/login.html: no such file or directory
open static/auth.html: no such file or directory

@kabaluyot kabaluyot changed the title html file are missing html files are missing Feb 8, 2020
@cococolanosugar
Copy link

open static/login.html: no such file or directory
open static/auth.html: no such file or directory

@moemoe89
Copy link

@kabaluyot @knightflower1989

maybe we could adding this simple html file into static directory.

login.html

<form method="post">
    <input type="submit" value="LOGIN">
</form>

auth.html

<form method="post">
    <input type="submit" value="AUTH">
</form>

and then I am be able to getting the result

{
  "access_token": "4WCFHRK_NWSGR5R3L8NVUW",
  "token_type": "Bearer",
  "refresh_token": "95V46PEPVQIUVGOL4NQRKQ",
  "expiry": "2020-08-20T15:16:21.398688+07:00"
}

@Joematpal
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants