mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-16 09:56:36 +00:00
✨show toast message when updating auth page domain
This commit is contained in:
@@ -272,6 +272,11 @@ function AuthPageSettings({
|
||||
setHasUnsavedChanges(false);
|
||||
router.refresh();
|
||||
onSaveSuccess?.();
|
||||
toast({
|
||||
variant: "default",
|
||||
title: t("success"),
|
||||
description: t("authPageDomainUpdated")
|
||||
});
|
||||
} catch (e) {
|
||||
toast({
|
||||
variant: "destructive",
|
||||
|
||||
Reference in New Issue
Block a user