-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update frontend submodule to include admin login page
- Loading branch information
1 parent
079e189
commit a27bd50
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule frontend
updated
11 files
+1 −1 | coverage/frontend/src/components/OpenGraphForm.svelte.html | |
+102 −0 | docs/admin-login-page.md | |
+11 −10 | package.json | |
+4 −4 | src/components/OpenGraphForm.svelte | |
+307 −0 | src/pages/admin/login.astro | |
+26 −0 | src/pages/admin/logout.astro | |
+1 −2 | src/pages/docs.astro | |
+0 −1 | src/pages/docs/admin.astro | |
+219 −259 | src/pages/history.astro | |
+4 −4 | src/utils/env.ts | |
+4 −4 | src/utils/sentry.ts |