diff --git a/auth/src/main/res/navigation/uia_nav_graph.xml b/auth/src/main/res/navigation/uia_nav_graph.xml
index 0f1be5a40bf45997a18a5bc6779b057bf5c29891..2d1abd7c9000a62262cb528e5d22e2ab45e21699 100644
--- a/auth/src/main/res/navigation/uia_nav_graph.xml
+++ b/auth/src/main/res/navigation/uia_nav_graph.xml
@@ -13,10 +13,6 @@
         android:id="@+id/to_validateEmail"
         app:destination="@id/validateEmailFragment" />
 
-    <action
-        android:id="@+id/to_acceptTermsSignup"
-        app:destination="@id/acceptTermsFragment" />
-
     <action
         android:id="@+id/to_subscriptions"
         app:destination="@id/subscriptionStageFragment" />
@@ -25,49 +21,16 @@
         android:id="@+id/to_username"
         app:destination="@id/usernameFragment" />
 
-    <action
-        android:id="@+id/to_passwordSignup"
-        app:destination="@id/passwordFragment" />
-
-    <action
-        android:id="@+id/to_bsspekeSignup"
-        app:destination="@id/passwordFragment" />
-
 
     <action
         android:id="@+id/to_acceptTerms"
         app:destination="@id/acceptTermsFragment" />
 
-    <action
-        android:id="@+id/to_ReAuthAcceptTerms"
-        app:destination="@id/acceptTermsFragment" />
-
-    <action
-        android:id="@+id/to_direct_login"
-        app:destination="@id/passwordFragment" />
-
     <action
         android:id="@+id/to_password"
         app:destination="@id/passwordFragment" />
 
 
-    <action
-        android:id="@+id/to_bsspeke"
-        app:destination="@id/passwordFragment" />
-
-    <action
-        android:id="@+id/to_reAuthPassword"
-        app:destination="@id/passwordFragment" />
-
-    <action
-        android:id="@+id/to_reAuthBsSpekeLogin"
-        app:destination="@id/passwordFragment" />
-
-    <action
-        android:id="@+id/to_reAuthBsSpekeSignup"
-        app:destination="@id/passwordFragment" />
-
-
     <fragment
         android:id="@+id/validateTokenFragment"
         android:name="org.futo.circles.auth.feature.sign_up.validate_token.ValidateTokenFragment"