1
0
Fork 0
mirror of synced 2024-10-05 12:34:50 +13:00
This commit is contained in:
Adria Navarro 2023-06-14 12:31:03 +01:00
parent 8b6cc9cd98
commit 0e8c54af75

View file

@ -185,7 +185,7 @@
isValid: $validation.valid,
},
[Step.SET_PASSWORD]: {
title: "Confirm password",
title: "Provide the export password",
confirmText: "Import app",
onConfirm: async () => {
try {
@ -264,7 +264,8 @@
{#if currentStep === Step.SET_PASSWORD}
<Input
autofocus={true}
label="Exported password"
label="Imported file password"
type="password"
bind:value={$values.encryptionPassword}
disabled={creating}
on:blur={() => ($encryptionValidation.touched.encryptionPassword = true)}