mirror of
https://github.com/simple-login/app.git
synced 2024-11-17 22:21:38 +08:00
Copywriting consistency
This commit is contained in:
parent
b64ed7ad63
commit
45023cd775
1 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@
|
|||
<div class="card">
|
||||
<div class="card-body">
|
||||
<h1 class="h2">Manage Your Security Key</h1>
|
||||
<p>Delete all keys will also disable WebAuthn 2FA.</p>
|
||||
<p>Unlink all keys will also disable WebAuthn 2FA.</p>
|
||||
|
||||
<form id="formManageKey" method="post">
|
||||
{{ fido_manage_form.csrf_token }}
|
||||
|
@ -34,7 +34,7 @@
|
|||
<th scope="row">{{ key.id }}</th>
|
||||
<td>{{ key.name }}</td>
|
||||
<td><script>document.write(new Date('{{ key.created_at }}').toLocaleString());</script></td>
|
||||
<td class="text-center"><button class="btn btn-outline-danger" onclick="$('#credential_id').val('{{ key.credential_id }}'); $('#formManageKey').submit();">Delete</button></td>
|
||||
<td class="text-center"><button class="btn btn-outline-danger" onclick="$('#credential_id').val('{{ key.credential_id }}'); $('#formManageKey').submit();">Unlink</button></td>
|
||||
</tr>
|
||||
{%endfor%}
|
||||
<tr>
|
||||
|
|
Loading…
Reference in a new issue