diff --git a/src/components/LoginForm/LoginForm.stories.mdx b/src/components/LoginForm/LoginForm.stories.mdx
index c0103dc..952a03d 100644
--- a/src/components/LoginForm/LoginForm.stories.mdx
+++ b/src/components/LoginForm/LoginForm.stories.mdx
@@ -1,15 +1,17 @@
-import { Meta, Story, Canvas } from '@storybook/addon-docs/blocks';
+import { Meta, Story, Canvas, ArgsTable } from '@storybook/addon-docs/blocks';
import LoginForm from "./LoginForm";
-The LoginForm acts as the only public facing page for the webqueue2. If any part of the app is accessed without access tokens, the user will be redirected here. It takes a username and password, attempts to login and, if successful, sets access tokens and redirects users to webqueue2.
+
-
-
-# Default
+Renders the login page. Responsible for sending login details and setting access tokens.
+
\ No newline at end of file