Skip to content

Commit cd879bf

Browse files
updated history
1 parent 96c674d commit cd879bf

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

src/views/Export/Nostr.vue

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -308,11 +308,10 @@ export default {
308308
// Save credentials if requested
309309
this.saveCredentials();
310310
311-
// Reset newly generated flag
311+
// Reset states
312312
this.isNewlyGenerated = false;
313-
314-
// Hide private key when closing
315313
this.privateKeyVisible = false;
314+
this.step = "initial";
316315
317316
this.$emit("close");
318317
},

0 commit comments

Comments
 (0)