Allow importing TOTP credential info

This commit is contained in:
wrongecho 2025-10-15 10:31:59 +01:00
parent 0bb7d24e07
commit 99ccb12b8c
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
<input type="hidden" name="client_id" value="<?php echo $client_id; ?>">
<?php } ?>
<div class="modal-body">
<p><strong>Format csv file with headings & data:</strong><br>Name, Description, Username, Password, URL</p>
<p><strong>Format csv file with headings & data:</strong><br>Name, Description, Username, Password, TOTP, URI</p>
<hr>
<div class="form-group my-4">
<input type="file" class="form-control-file" name="file" accept=".csv" required>