Update account.ts

pull/5591/head
Huberto 1 month ago committed by Aniket
parent 9e33d0a616
commit b3a10fd3cf
  1. 2
      libs/remix-ui/run-tab/src/lib/actions/account.ts

@ -70,7 +70,7 @@ export const createNewBlockchainAccount = async (plugin: RunTab, dispatch: React
if (plugin.REACT_API.passphrase === plugin.REACT_API.matchPassphrase) {
cb(plugin.REACT_API.passphrase)
} else {
dispatch(displayNotification('Error', 'Passphase does not match', 'OK', null))
dispatch(displayNotification('Error', 'Passphrase does not match', 'OK', null))
}
setPassphrase('')
setMatchPassphrase('')

Loading…
Cancel
Save