Add method get and save passPhrase. Сorrections in the display of data on the page validationLog

This commit is contained in:
DwCay
2022-07-26 03:33:11 +03:00
parent f27edb97bb
commit fcb7d40ca5
5 changed files with 33 additions and 50 deletions

View File

@@ -12,6 +12,7 @@ const Onboarding4 = observer(() => {
function createAccount() {
if(checkBoxesSelected.length === 2) {
registrationStore.pushAccountData();
sessionStorage.setItem('passPhrase', registrationStore.passPhrase)
}
};