From 3671e7d6b6cfa569699bda52364064a8b9b112a1 Mon Sep 17 00:00:00 2001 From: Justin Campbell Date: Sun, 18 Apr 2021 22:42:27 -0400 Subject: [PATCH] Update LoginForm stories --- src/components/LoginForm/LoginForm.stories.mdx | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) 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. - - {args => } - + + { args => } + + \ No newline at end of file