♻️ show success toast on resource policy update

This commit is contained in:
Fred KISSIE
2026-03-12 20:22:16 +01:00
parent b61b74b0b5
commit 83a36ead10

View File

@@ -153,6 +153,10 @@ export default function ResourceAuthenticationPage() {
});
}
router.refresh();
toast({
title: t("resourceUpdated"),
description: t("resourceUpdatedDescription")
});
} catch (e) {
toast({
title: t("error"),