diff options
| author | MohamedBassem <me@mbassem.com> | 2024-03-19 12:41:06 +0000 |
|---|---|---|
| committer | MohamedBassem <me@mbassem.com> | 2024-03-19 12:44:12 +0000 |
| commit | 64fb87d0ceb591a49aacad39bf5e885cab7decfa (patch) | |
| tree | da60a56a0f6546d20d753519e525e9259f789e9c /apps/web/components/signin/CredentialsForm.tsx | |
| parent | f94432b94512cef90cca6d0d5396b4547ccbe68b (diff) | |
| download | karakeep-64fb87d0ceb591a49aacad39bf5e885cab7decfa.tar.zst | |
feature(web): Add support for demo mode
Diffstat (limited to 'apps/web/components/signin/CredentialsForm.tsx')
| -rw-r--r-- | apps/web/components/signin/CredentialsForm.tsx | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/apps/web/components/signin/CredentialsForm.tsx b/apps/web/components/signin/CredentialsForm.tsx index 59dfeb21..8e1423eb 100644 --- a/apps/web/components/signin/CredentialsForm.tsx +++ b/apps/web/components/signin/CredentialsForm.tsx @@ -86,7 +86,11 @@ function SignIn() { ); }} /> - <ActionButton type="submit" loading={form.formState.isSubmitting}> + <ActionButton + ignoreDemoMode + type="submit" + loading={form.formState.isSubmitting} + > Sign In </ActionButton> </div> |
