mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-07-23 04:36:52 +00:00
fix user abort
This commit is contained in:
@@ -117,7 +117,7 @@ export const createAccount = async()=> {
|
||||
return
|
||||
} catch (err) {
|
||||
// Fail silently if the user has simply canceled the dialog.
|
||||
if (err.name !== 'AbortError') {
|
||||
if (err.name === 'AbortError') {
|
||||
console.error(err.name, err.message)
|
||||
return
|
||||
}
|
||||
|
Reference in New Issue
Block a user