fix(webpush): remove error throw

Signed-off-by: 0xsysr3ll <0xsysr3ll@pm.me>
This commit is contained in:
0xsysr3ll
2025-12-08 22:00:51 +01:00
parent 6d3db3d596
commit 91d202fcca

View File

@@ -166,7 +166,6 @@ const UserWebPushSettings = () => {
autoDismiss: true,
appearance: 'error',
});
throw error;
} finally {
revalidateDevices();
}