+
+
+
+
+
+
+ {message !== undefined && (
+
+
+
+
+ )}
+
+
+
+
+ );
+}
diff --git a/src/account/pages/Account.stories.tsx b/src/account/pages/Account.stories.tsx
new file mode 100644
index 0000000..4ca3b49
--- /dev/null
+++ b/src/account/pages/Account.stories.tsx
@@ -0,0 +1,30 @@
+import type { Meta, StoryObj } from "@storybook/react";
+import { createKcPageStory } from "../KcPageStory";
+
+const { KcPageStory } = createKcPageStory({ pageId: "account.ftl" });
+
+const meta = {
+ title: "account/account.ftl",
+ component: KcPageStory
+} satisfies Meta