Harden bot, storage and web API
This commit is contained in:
parent
e974bc6660
commit
20624a5c9c
43 changed files with 1265 additions and 1012 deletions
|
|
@ -31,7 +31,7 @@
|
|||
<div class="panel panel--glass">
|
||||
<h2>Authentification</h2>
|
||||
<p class="panel__subtitle">
|
||||
Ca sera stocké sur ton navigateur si tu sauvegardes !
|
||||
La clé reste dans cet onglet jusqu'à sa fermeture.
|
||||
</p>
|
||||
<form id="settingsForm">
|
||||
<div class="grid grid--two">
|
||||
|
|
@ -42,17 +42,17 @@
|
|||
id="displayName"
|
||||
name="displayName"
|
||||
placeholder="Shinuwa"
|
||||
autocomplete="off"
|
||||
autocomplete="nickname"
|
||||
/>
|
||||
</div>
|
||||
<div>
|
||||
<label for="apiKey">Mot de passe</label>
|
||||
<input
|
||||
type="text"
|
||||
type="password"
|
||||
id="apiKey"
|
||||
name="apiKey"
|
||||
placeholder="Mot de passe"
|
||||
autocomplete="off"
|
||||
autocomplete="current-password"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -171,7 +171,7 @@
|
|||
<button
|
||||
type="button"
|
||||
class="btn btn--ghost btn--small"
|
||||
onclick="window.location.href = '/'"
|
||||
id="backHomeBtn"
|
||||
>
|
||||
Retour à l'accueil
|
||||
</button>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue