change flash to success

This commit is contained in:
vinchent 2024-07-22 10:04:08 +02:00
parent 96f81418ec
commit 68d9110cd2

View File

@ -96,7 +96,7 @@
notify("{{.}}", "warning")
{{end}}
{{with .Flash}}
notify("{{.}}", "flash")
notify("{{.}}", "success")
{{end}}
</script>