invalidate wallet name after creation

This commit is contained in:
dsc
2019-03-01 09:09:02 +01:00
parent 07df0f41bf
commit 0d24f642c3
4 changed files with 18 additions and 0 deletions

View File

@@ -184,4 +184,10 @@ Rectangle {
wizardCreateDevice1.update();
console.log()
}
function onPageCompleted(previousView){
if(previousView.viewName == "wizardHome"){
walletInput.reset();
}
}
}