Add method get and save passPhrase. Сorrections in the display of data on the page validationLog
This commit is contained in:
@@ -12,6 +12,7 @@ const Onboarding4 = observer(() => {
|
||||
function createAccount() {
|
||||
if(checkBoxesSelected.length === 2) {
|
||||
registrationStore.pushAccountData();
|
||||
sessionStorage.setItem('passPhrase', registrationStore.passPhrase)
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user