fix : remove ssh from modify page , added ssh page to index.html
This commit is contained in:
parent
cb806ad893
commit
c215c710b9
2 changed files with 3 additions and 4 deletions
|
@ -34,7 +34,7 @@
|
|||
<a href="modify.html">Account modification</a>
|
||||
</h2>
|
||||
<p>
|
||||
Please use this service to modify your user data (email, login ssh key, etc.)
|
||||
Please use this service to modify your user data (email, login, etc.)
|
||||
</p>
|
||||
</section>
|
||||
<section>
|
||||
|
@ -55,10 +55,10 @@
|
|||
</section>
|
||||
<section>
|
||||
<h2>
|
||||
<a href="modify_ssh.html">Forgot your 2FA code?</a>
|
||||
<a href="modify_ssh.html">SSH</a>
|
||||
</h2>
|
||||
<p>
|
||||
Please use this service to reset your 2FA code.
|
||||
Please use this service to add or remove SSH keys from your Skynet account.
|
||||
</p>
|
||||
</section>
|
||||
</main>
|
||||
|
|
|
@ -33,7 +33,6 @@
|
|||
<select id="dropdown">
|
||||
<option selected="selected" value="">Please select an option</option>
|
||||
<option value="mail">Email</option>
|
||||
<option value="sshPublicKey">SSH key</option>
|
||||
<option value="cn">First name & Surname</option>
|
||||
<option value="sn">Surname</option>
|
||||
</select>
|
||||
|
|
Loading…
Reference in a new issue