1
0
Fork 1
Spiegel von https://github.com/dani-garcia/vaultwarden.git synchronisiert 2025-03-12 16:47:03 +01:00

Translated and flavored for GUG.cz

Dieser Commit ist enthalten in:
Jiří Bartušek 2020-01-04 13:18:51 +01:00 committet von GitHub
Ursprung 586962c114
Commit 2ea4de3469
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: 4AEE18F83AFDEB23

Datei anzeigen

@ -9,13 +9,13 @@
<div class="align-items-center p-3 mb-3 text-white-50 bg-danger rounded shadow">
<div>
<h6 class="mb-0 text-white">Authentication key needed to continue</h6>
<small>Please provide it below:</small>
<h6 class="mb-0 text-white">K pokračování je potřeba autentikační klíč</h6>
<small>Zadej ho prosím níže:</small>
<form class="form-inline" method="post">
<input type="password" class="form-control w-50 mr-2" name="token" placeholder="Enter admin token">
<button type="submit" class="btn btn-primary">Enter</button>
<input type="password" class="form-control w-50 mr-2" name="token" placeholder="Administrační token">
<button type="submit" class="btn btn-primary">Potvrdit</button>
</form>
</div>
</div>
</main>
</main>