diff --git a/src/components/AuthenticationFlow/LoginPopup.astro b/src/components/AuthenticationFlow/LoginPopup.astro
new file mode 100644
index 000000000..b3021e258
--- /dev/null
+++ b/src/components/AuthenticationFlow/LoginPopup.astro
@@ -0,0 +1,32 @@
+---
+import Popup from '../Popup/Popup.astro';
+import EmailLoginForm from './EmailLoginForm';
+import Divider from './Divider.astro';
+import { GitHubButton } from './GitHubButton';
+import { GoogleButton } from './GoogleButton';
+---
+
+
+ You must be logged in to perform this action.
+
+ Login to your account
+
+
- Please enter your details. -
-