Skip to content

Commit

Permalink
added pictures
Browse files Browse the repository at this point in the history
  • Loading branch information
Domin Menne committed May 19, 2022
1 parent ad188ff commit 7ad19f0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
Binary file added static/images/h01.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/images/h02.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 7 additions & 2 deletions static/templates/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,15 @@
</div>
</div>
</nav>
<h2>It seems like your API Token is invalid or your session timed out, please go to <a href="{{login_page}}/account/api">your API settings</a> to login to this service.</h2>
<h2> It seems like your API Token is invalid or your session timed out, please go to <a href="{{login_page}}/account/api">your API settings</a> to login to this service.</h2>
<h3> Or re-login to HardWhere-Webview via:</h3>
<p> Step 1: Return to Inventory with the Back button to the top-right</p>
<img src="static/images/h01.png" height="150" alt="Back to Inventory">
<p> Step 2: Select the Dropdown on your Username and select HardWhere Webview to re-login</p>
<img src="static/images/h02.png" height="200" alt="Re-login HardWhere-Webview">

<p>{{error_msg}}</p>
<p>Or enter your API login token here.</p>
<p> Or enter your API login token here.</p>
<form method="post" action="/HardWhere/login">
<input type="password" placeholder="API Key" name="api_key" />
<input type="submit" value="Login">
Expand Down

0 comments on commit 7ad19f0

Please sign in to comment.