diff --git a/src/ac-vault.html b/src/ac-vault.html
index 63f6541..bb12026 100644
--- a/src/ac-vault.html
+++ b/src/ac-vault.html
@@ -570,6 +570,32 @@
Alright!
+
+
+
+
+ back
+
+
+
+
+
+
+
+
+
Great!
+
+
Found your user on IPFS. You need to unlock it with its password.
+
+
+
+
+
+
+
+
+
+
@@ -592,12 +618,7 @@
Great!
-
-
-
-
+
@@ -765,7 +786,7 @@ Great!
if (self._parseVault(data)) {
self.saveVault();
self.status = 'locked';
- self.set('route.path', '/uploadunlock');
+ self.set('route.path', '/unlockipfs');
}
});
},