summaryrefslogtreecommitdiff
path: root/example/views/layout.erb
diff options
context:
space:
mode:
authorAzul <azul@leap.se>2012-06-28 16:13:13 +0200
committerAzul <azul@leap.se>2012-06-28 16:13:13 +0200
commite55ff681bcc5a6c479530d1411a3da75912d78e5 (patch)
treeaca518663d05f3093520fd3b5d0449efe0b7eb84 /example/views/layout.erb
parent424c80fde151d4507cd34aaf8f116016df405c8a (diff)
complete ajax flow is working - just auth fails
Also we currently generate the salt on the server - this should happen on the client but for now i stick to the srp-js workflow.
Diffstat (limited to 'example/views/layout.erb')
-rw-r--r--example/views/layout.erb1
1 files changed, 1 insertions, 0 deletions
diff --git a/example/views/layout.erb b/example/views/layout.erb
index ab980c8..f4eae0a 100644
--- a/example/views/layout.erb
+++ b/example/views/layout.erb
@@ -23,6 +23,7 @@
<script type="text/javascript" src="jquery.min.js"> </script>
<script type="text/javascript" src="srp.min.js"> </script>
+ <script type="text/javascript" src="srp_register.min.js"> </script>
<script type="text/javascript" src="srp.js"> </script>
</body>