diff --git a/project.clj b/project.clj
index b95d74c..2c836a5 100644
--- a/project.clj
+++ b/project.clj
@@ -3,7 +3,7 @@
   :description "Canvassing tool for referenda"
   :url "https://github.com/simon-brooke/youyesyet"
 
-  :dependencies [[adl-support "0.1.0-SNAPSHOT"]
+  :dependencies [[adl-support "0.1.3"]
                  [bouncer "1.0.1"]
                  [ch.qos.logback/logback-classic "1.2.2"]
                  [clj-oauth "1.5.5"]
@@ -123,7 +123,7 @@
                                  [luminus-immutant "0.2.3"]
                                  [pjstadig/humane-test-output "0.8.1"]
                                  [binaryage/devtools "0.9.2"]
-                                 [com.cemerick/piggieback "0.2.2-SNAPSHOT"]
+                                 [com.cemerick/piggieback "0.2.2"]
                                  [directory-naming/naming-java "0.8"]
                                  [doo "0.1.7"]
                                  [figwheel-sidecar "0.5.15"]]
diff --git a/resources/templates/login.html b/resources/templates/login.html
index d813e31..eff12d0 100644
--- a/resources/templates/login.html
+++ b/resources/templates/login.html
@@ -13,6 +13,7 @@
 {% block content %}
       <form action="login" method="post">
         {% csrf-field %}
+        <input type="hidden" name="redirect-to" value="/roles"/>
         <h2>
           Or use a test username and password
         </h2>