Bubble up error

This commit is contained in:
Adria Navarro 2024-01-02 13:10:47 +01:00
parent 7b9fadc3ba
commit 7bf7ca327f
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit 56648174593e9531fbc27c4b841f06866f11e759
Subproject commit 7f2c6cd62b09f7f891d54702248532514c42d7d4

View File

@ -45,7 +45,7 @@
}
} catch (err) {
submitted = false
notifications.error("Unable to reset password")
notifications.error(err.message || "Unable to reset password")
}
}