Ajoute la vérification de la passphrase avant affichage

This commit is contained in:
2022-02-25 15:35:49 +01:00
parent 1a41cd3fcb
commit c2b60b4b6a
15 changed files with 489 additions and 69 deletions

3
public/css/app.css vendored
View File

@@ -12081,6 +12081,9 @@ select {
.justify-between {
justify-content: space-between;
}
.justify-items-center {
justify-items: center;
}
.space-x-8 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(2rem * var(--tw-space-x-reverse));