diff --git a/app/views/common/_choose_role_modal.html.erb b/app/views/common/_choose_role_modal.html.erb
deleted file mode 100644
index 8230e468..00000000
--- a/app/views/common/_choose_role_modal.html.erb
+++ /dev/null
@@ -1,23 +0,0 @@
-<%- # License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later
-# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE -%>
-
-
-
-
-
-
-
- OR
-
-
-
-
-
diff --git a/app/views/layouts/_footer.html.erb b/app/views/layouts/_footer.html.erb
index bbfa6786..51e0c76f 100755
--- a/app/views/layouts/_footer.html.erb
+++ b/app/views/layouts/_footer.html.erb
@@ -4,7 +4,6 @@
<%= render 'common/confirm_email_modal' %>
<% end %>
<% else %>
- <%= render 'common/choose_role_modal' %>
<%= render 'users/signup_modal' %>
<%= render 'users/login_modal' %>
<% end %>